收藏
回答

canvasToTempFilePath当view为hidden状态下会不触发

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug canvasToTempFilePath 工具 7.0.13 2.10.4

当wxml下用hidden来隐藏标签时,画板会生成也会触发回调函数,但是会不触发下面的 wx.canvasToTempFilePath,经测试可复现,不信自己可以试试。

context.draw(false, function () {

console.log(3434);

wx.canvasToTempFilePath({

canvasId: 'mycanvas',

width: 662,

height: 1018,

destWidth: 662,

destHeight: 1018,

success(res) {

console.log(res.tempFilePath);

that.setData({

imgpath: res.tempFilePath,

})

wx.hideLoading()

},

fail: function (res) {

console.log(res);

wx.hideLoading()

}

}, that);


回答关注问题邀请回答
收藏

2 个回答

登录 后发表内容
问题标签