获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
请问解决了吗?同出现这个情况
插件中不支持canvas接口吗?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
02-09请问解决了吗?
开发小程序插件时canvas.getContext('webgl')在真机模拟上获取到的值是null[图片][图片][图片][图片]
02-09@官方,感恩求回复
小程序插件可以分包吗?按照小程序分包的方法把插件也分包了,但是预览还是现实代码超出2M[图片]
2020-05-28