获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
11.6 还有这个问题,怎么还没解决
fail Cannot read property 'initScl' of undefined?errMsg: "showShareImageMenu:fail Cannot read property 'initScl' of undefined" 图片是临时路径:http://tmp/JKaknPQG1bo35ea02b5c3103557ba6f022aba1ecc7fa.png
2023-11-062023.11.6,还没解决吗?同样的问题
wx.showShareImageMenu 这个api真机调试报错?真机调试报错 errMsg: "showShareImageMenu:fail Cannot read property 'initScl' of undefined" wx.getImageInfo({ src: that.data.shareInfo.photoUrl, success: (res) => { console.log(res, 'res') wx.hideLoading() wx.showShareImageMenu({ path: res.path, success: () => {}, fail: (res) => console.log(res), }); } })
2023-11-06