ctx.draw(true,function(){}) 为什么方法回调不进入
ctx.draw(true, () => {
debugger
wx.canvasToTempFilePath(opt, that);
})
该方法为什么安卓不能进入 debugger 但是 IOS 和开发工具正常
4 回复
麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)