下面这段代码,【51小程 序】微信小程序正式环境详情页奔溃--微信小程序开发教程。在android 真机和 模拟器都可以正常执行,在iphone 就会到 fail 的方法, 参数都正确,不知道什么原因造成的, 大神指点一下
wx.canvasToTempFilePath({
canvasId: id,
x: x,
y: y,
width: width,
height: height,
destWidth: width / deviceRadio,
destHeight: height / deviceRadio,
success: function success(res) {
console.log("res " + id + "," + x + "," + y + "," + width + "," + height + "," + deviceRadio);
typeof args[args.length - 1] === 'function' && args[args.length - 1](res.tempFilePath);
},
fail:function(res){
console.log("res" + res);
console.log("res "+id+","+x+","+y+"," + width + "," + height + "," + deviceRadio);
}
})
微信小程序开发问题解答 本文来自微信小程序工厂 http://www.xcxgc.com,转载请保留。
微信小程序开发者回答:
r***:
你好,这是一个已知问题,我们会尽快进行修复。
A***:
今天也发现这个问题了,之前都是好的,是不是因为iphone升级造成的啊?请尽快修复啊,在线的项目开始受影响了!
wepy编译后不支持分包加载?
某***:
已经10天过去了, 这问题还没修复?
r***:
昨天发布的微信 6.5.23 版本已经修复这个问题, 请更新微信客户端
某***:系统记录急急急,官方技术大神,在吗&微信小程序开发
凤***:
为什么canvasToTempFilePath不能主动在onload中调用,一定要放在点击事件中才能生成图片
本文网址:http://www.91bianli.com/weixinxiaochengxu/31122.html