使用的是taro框架的vue版本
<editor
placeholder="请输入"
id="editor"
@ready="onEditorReady"
@statusChange="onStatusChange"
>
js部分:
onEditorReady() {
console.log("富文本编辑器初始化")
wx.createSelectorQuery()
.select("#editor")
.context(res => {
this.editorCtx = res.context;
if(this.draftEditId){
this.getDraftDetail()
}
})
.exec();
}
在ios客户端3.4.10版本基础库会出上图片上的问题,开发者工具(Windows 10)也会报错,报错如下:
你好,麻烦提供出现问题的具体机型、更新下微信版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)