收藏
回答

插件中不支持canvas接口吗?

问题类型 插件 AppID 插件版本号 AppID 操作系统 微信版本 基础库版本
Bug wx80bafc02cef79ef0 2.1.3 wxcd3ec91c19b7f2d7 Android 8.0.54 3.7.2

https://developers.weixin.qq.com/miniprogram/dev/component/canvas.html

小程序插件中

wx.createSelectorQuery().select('#mycanvas').node(res => {

      console.log("node ",res)

      const canvas = res.node


      const context = canvas.getContext('2d')

      

    

    }).exec()

wx.createSelectorQuery().select('#mycanvas')能获取到,node()中res为null

回答关注问题邀请回答
收藏
登录 后发表内容