小程序富文本解码+富文本解析

//1.使用decodeURIComponent进行转码 js代码
contentInfo:decodeURIComponent(res.info)
//2. 使用微信官方文档内rich-text进行解析
<rich-text nodes="{{contentInfo}}"></rich-text>
记录一下毕竟代码敲多了脑袋记不住呢
//1.使用decodeURIComponent进行转码 js代码
contentInfo:decodeURIComponent(res.info)
//2. 使用微信官方文档内rich-text进行解析
<rich-text nodes="{{contentInfo}}"></rich-text>
记录一下毕竟代码敲多了脑袋记不住呢