var imagepath = canvas.toTempFilePathSync({
x: 10,
y: 10,
width: 1400,
height: 800,
destWidth: 500,
destHeight: 400
});
wx.shareAppMessage({
title: "测试分享",
imageUrl: imagepath,
});
开发工具上可以显示,真机显示不出来,是不是要发截下来的图片上传上去,这样才可以显示出来
微信小程序开发问题解答
微信小程序开发者回答:
麻烦提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
本文网址:http://www.91bianli.com/weixinxiaochengxu/18087.html