小程序
小游戏
企业微信
微信支付
扫描小程序码分享
ctx.draw(true,function (e) {
console.log('draw callback')
})
4 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
画完之后直接点击完成没有反应,在画布上点一下,再点完成可以跳转,请问这个怎么修改
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
画完图,点击完成的时候调用
finishCanvas(){
var self=this
wx.canvasToTempFilePath({
x: 0,
y: 0,
width: 680,
height: 570,
destWidth: 100,
destHeight: 100,
canvasId: 'myCanvas',
success: function (res) {
self.setData({
pic: res.tempFilePath
console.log(self.data.pic)
wx.navigateTo({
url: '/pages/pay/pay?pic=' + self.data.pic + '&pic_title=' + self.data.pic_title
},
fail:function(res){
console.log("保存图片返回路径调用失败")
}
},this)
麻烦给个相关的代码片段(https://mp.weixin.qq.com/debug/wxadoc/dev/devtools/minicode.html),我们定位下问题
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
画完之后直接点击完成没有反应,在画布上点一下,再点完成可以跳转,请问这个怎么修改
画完图,点击完成的时候调用
finishCanvas(){
var self=this
ctx.draw(true,function (e) {
console.log('draw callback')
wx.canvasToTempFilePath({
x: 0,
y: 0,
width: 680,
height: 570,
destWidth: 100,
destHeight: 100,
canvasId: 'myCanvas',
success: function (res) {
self.setData({
pic: res.tempFilePath
})
console.log(self.data.pic)
wx.navigateTo({
url: '/pages/pay/pay?pic=' + self.data.pic + '&pic_title=' + self.data.pic_title
})
},
fail:function(res){
console.log("保存图片返回路径调用失败")
}
},this)
})
},
麻烦给个相关的代码片段(https://mp.weixin.qq.com/debug/wxadoc/dev/devtools/minicode.html),我们定位下问题