var _this = this;
var children = _this.selectComponent("#mapView");
children.canvasToTempFilePath({
x: 0,
y: 0,
destWidth: 500,
destHeight: 500,
success: function (param) {
_this.setData({
mapImg: param.tempFilePath
})
}
}
wx.canvasToTempFilePath(opt, _this);
.canvasToTempFilePath()安卓机根本不运行也不报错
canvasToTempFilePath()安卓机根本不运行也不报错
你好,请提供出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
分享的小程序代码片段最大大小为 100KB,小游戏代码片段最大为 200KB。
我这个用了第三方库,好几百k
分享的小程序代码片段最大大小为 100KB,小游戏代码片段最大为 200KB。
我这个用了第三方库,echart 好几百k
你好,echart这边可以自己下载
遇到类似问题,我是在wx.canvasPutImageData的回调中调用wx.canvasToTempFilePath没反应也不报错
你好,请参考:https://developers.weixin.qq.com/miniprogram/dev/api/canvas/temp-file.html?search-key=canvasToTempFilePath
若问题还存在,请提供能复现问题的代码片段( https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html )