时间:2019-05-07 来源:小程序工厂
寒***:
有人回复一下吗?
李***:
wx.canvasToTempFilePath({},this);在后面加这个this
日期picker,用在for循环中,##微信小程序开发
寒***:
加了也不行
李***:
那你的检查代码其他地方,我这边可以用。
寒***:
谢谢你啊
附近微信小程序+微信小程序开发教程
h***:
解决了么?
寒***:
解决了
h***:
怎么实现的,能贴一下代码么?我在组件里用
wx.canvasToTempFilePath只能调用一次,之后再调用,不能触发
取的json数据中有<image>组件在页面当中不会被渲染 ...
寒***:
getHandWritingPng:function(){
var paperThis = this;
const app=getApp();
wx.canvasToTempFilePath({
canvasId: 'PaperCanvas',
success: function (res) {
console.log("成功获取图片"+res.tempFilePath);
app.data.handwritingpath = res.tempFilePath
return res.tempFilePath
},
fail: function (res) {
console.log(res);
return ''
}
}, paperThis)
},
h***:
谢谢