|
@@ -7,9 +7,13 @@
|
|
|
|
|
|
<view class="label">素材内容</view>
|
|
|
<view class="input base" style="display: flex; justify-content: space-between; color: #999;">
|
|
|
- 请输入内容 <text style="color: #3874F6;">编辑/预览</text>
|
|
|
+ 请输入内容 <text style="color: #3874F6;" catchtap="openEditRichText">编辑/预览</text>
|
|
|
</view>
|
|
|
-
|
|
|
+
|
|
|
+ <!-- 富文本 -->
|
|
|
+ <My_richText show="{{editRichText}}" bindcallback='getRichText' />
|
|
|
+
|
|
|
+
|
|
|
<view class="label">素材分类</view>
|
|
|
<navigator class="category base" url="#">
|
|
|
<view>请选择素材分类</view>
|
|
@@ -23,7 +27,6 @@
|
|
|
<view class="file-box"></view>
|
|
|
</My_upload>
|
|
|
</view>
|
|
|
-
|
|
|
</My_card>
|
|
|
|
|
|
<view style="width: 100%; text-align: center;">
|