提交 4feae8a8 编写于 作者: DCloud_JSON's avatar DCloud_JSON

为兼容 微信小程序端部分未知情况转换失败的情况,临时方案 先返回 string html

上级 3c2005f5
......@@ -114,10 +114,16 @@
}
},
nodes() {
// return this.html
// console.log('parseHtml(this.html)',parseHtml(this.html));
// 为兼容 微信小程序端部分未知情况转换失败的情况,临时方案 先返回 string html
// #ifdef MP-WEIXIN
return this.html
// #endif
// #ifndef MP-WEIXIN
// HTML String 类型转换 避免内部转换导致的性能下降。
return parseHtml(this.html)
// #endif
}
},
methods: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册