收藏
回答

组件中使用富文本组件Cannot read property 'context' of null?

在普通页面没有问题,在组件模式中使用editor组件报错。


methods: {
    onEditorReady() {
      console.log(wx.createSelectorQuery().select('#editor'))
      wx.createSelectorQuery().select('#editor').context((res) => {
        this.editorCtx = res.context
        this.setContent()
      }).exec()
    }
}


最后一次编辑于  2019-09-23
回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容
问题标签