chore: 小班作业心得思考题等编辑框提示修改
- 将应用版本从2.0.46提升至2.0.47 - 更新edu-core依赖版本至1.0.10 - 在manifest.json中新增读取外部存储和媒体图片的权限 - 修改多个页面的文本提示以提高用户体验
This commit is contained in:
@@ -46,9 +46,9 @@
|
||||
<view class="in">
|
||||
<view class="uni-textarea">
|
||||
<textarea v-show="false" placeholder-style="font-size:26rpx" v-model="form.content"
|
||||
auto-height placeholder="请输入内容" />
|
||||
auto-height placeholder="请您一次性提交答题内容,提交后会进入评分流程" />
|
||||
<view class="editor-wrapper">
|
||||
<editor @input="editorIput" id="editor" class="ql-container" placeholder="请输入内容..." show-img-size
|
||||
<editor @input="editorIput" id="editor" class="ql-container" placeholder="请您一次性提交答题内容,提交后会进入评分流程" show-img-size
|
||||
show-img-toolbar show-img-resize @statuschange="onStatusChange"
|
||||
:read-only="readOnly" @ready="onEditorReady">
|
||||
</editor>
|
||||
@@ -537,4 +537,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user