small-program/shop/pages/article-details/article-details.vue
@@ -1,6 +1,7 @@ <template> <view class="rich-text-page"> <view class="rich-content" v-html="content"></view> <u-parse :content="content"></u-parse> <!-- <view class="rich-content" v-html="content"></view> --> </view> </template>