美文网首页
uniapp解析h5富文本内容

uniapp解析h5富文本内容

作者: 在下高姓 | 来源:发表于2020-05-07 13:33 被阅读0次
1.引入js插件,插件下载地址网上自己找
var gets=require("../../../common/demoHtml.js")
2.html解析
<rich-text type="text" :nodes="demoHtml"></rich-text>
3.js导入数据
this.demoHtml = gets.format(res.data.data.detail);

相关文章

网友评论

      本文标题:uniapp解析h5富文本内容

      本文链接:https://www.haomeiwen.com/subject/xqtaghtx.html