WAServiceMainContext.js?t=wechat&s=1678064930011&v=2.30.2:1 TypeError: Cannot read property 'setContents' of null
uni.createSelectorQuery().select('#editor').context((res) => {
this.editorCtx = res && res.context
console.log(res, '=====', this.editorDetail)
this.editorCtx.setContents({
html: this.editorDetail //this.editorDetail为赋值内容。
})
uni.hideLoading()
}).exec()
1***@qq.com (作者)
3.7.3 ,h5和app是正常的,延迟时间都无法获取
2023-03-06 16:59
YUANRJ
回复 1***@qq.com: 微信小程序吗
2023-03-06 17:03
YUANRJ
回复 1***@qq.com: 测试下官方示例是否有此问题 https://uniapp.dcloud.net.cn/component/editor.html#editor
2023-03-06 17:09
1***@qq.com (作者)
回复 YUANRJ: 刚下载了他们的demo,没有问题
2023-03-06 17:29
1***@qq.com (作者)
回复 YUANRJ: 封装成组件引入,就会有问题
2023-03-06 18:11
YUANRJ
回复 1***@qq.com: 请提供一个测试工程
2023-03-06 18:17