1.编辑器优化

2024.1.14 sws
master
sws 2024-01-14 20:19:18 +08:00
parent 806af8b9f8
commit a1f860f0e7
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
<view class="form-gorup">
<view class="form-gorup-title padding-right-main">内容<text class="form-group-tips-must">*</text></view>
<view class="margin-top-main sp-editor">
<sp-editor @input="rich_text_event" @upinImage="up_in_image_event"></sp-editor>
<sp-editor :templates="(data || null) !== null ? data.content : ''" @input="rich_text_event" @upinImage="up_in_image_event"></sp-editor>
</view>
</view>
</view>