show-menu-by-longpress 点击转发保存等无效
setTimeout(function () {
wx.canvasToTempFilePath({
canvasId: 'mycanvas',
success: function (res) {
let tempFilePath = res.tempFilePath;
that.setData({
loadImagePath: tempFilePath,
});
},
fail: function (res) {
console.log(res);
}
}, that);
}, 500);
image 的src 使用的是loadImagePath
现在还能复现吗,麻烦提供下小程序appid和扫码提供下有问题的基础信息
请问修复了吗。我暂时只能用更改交互方式使用wx.previewImage恢复功能
show-menu-by-longpress 我的也只有面板点击转发和保存都没有效果,生产都没动也是点击不动