1、uniapp自带组件:rich-text
<rich-text :nodes="nodes"></rich-text>
2、v-html
<view v-html="content"></view>
3、uview组件:u-parse
<u-parse :content="content"></u-parse>
nodes、conten为富文本内容
1、uniapp自带组件:rich-text
<rich-text :nodes="nodes"></rich-text>
2、v-html
<view v-html="content"></view>
3、uview组件:u-parse
<u-parse :content="content"></u-parse>
nodes、conten为富文本内容