Chore(申请入驻):富文本渲染使用rich-text

This commit is contained in:
lifizer
2024-04-08 17:37:24 +08:00
parent 22cd5160bf
commit 0c19894fce
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -352,7 +352,9 @@
<u-popup :show="show" mode="center" round="10" closeable @close="show=false">
<view class="popup-body">
<view class="tc bold">入驻申请须知</view>
<view class="content" v-html="notice"></view>
<view class="content">
<rich-text :nodes="notice" />
</view>
<view class="agree-box">
<checkbox-group @change="changeAgree">
<label>
+3 -1
View File
@@ -134,7 +134,9 @@
<u-popup :show="show" mode="center" round="10" closeable @close="show=false">
<view class="popup-body">
<view class="tc bold">入驻申请须知</view>
<view class="content" v-html="notice"></view>
<view class="content">
<rich-text :nodes="notice" />
</view>
<view class="agree-box">
<checkbox-group @change="changeAgree">
<label>