wx.shareAppMessage({
title: '转发标题',
imageUrl: ``,
query: `test`,
success: () => {
console.log(`share success`);
},
fail: (error) => {
console.log(`share error`, error);
},
complete: () => {
}
})
在开发者工具中出现{errMsg: "shareAppMessage:fail TypeError: Cannot read property 'shareBtnState' of undefined"}errMsg: "shareAppMessage:fail TypeError: Cannot read property 'shareBtnState' of undefined"__proto__: Object。
真机正常调起分享界面。
微信小程序开发问题解答
本文网址:http://www.91bianli.com/weixinxiaochengxu/21074.html