两台设备:
- iPhone Xs Max,iOS 14.0,微信 7.0.14,基础库版本 2.12.0 (真机打印)
- 小米 6X,Android 9,MIUI 11.0.6,微信 7.0.16,基础库版本 2.12.0 (真机打印)
分享到朋友圈设置的代码,在原有的 onShareAppMessage() 后直接追加了 `onShareTimeline()`,可以分享,但是分享后,从朋友圈打开后报错:
shareImageMessage:fail ? reject due to no permission currently
// 见下方截图
另外两个相关问题:
↑ 上面 1 这个问题中说 “根因在于copy了wx对象此时访问了 wx.shareImageMessage 这个api。` const wxCopy = Object.assign({}, wx);`",可能的解决办法是就是规避这种写法,但是引入的很多包可能都会这么干……
请具体描述问题出现的流程,并提供能复现问题的简单代码片段https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html
基础库版本要满足要求
wx.showShareMenu设置了吗