js-sdk 调用shareToExternalMoments发朋友圈失败
wx.invoke("shareToExternalMoments", {
text: {
content: "来自侧边栏",
}
}, (res) => {
console.log(res)
if (res.err_msg == "shareToExternalMoments:ok") {
console.log("成功")
}
}
);
//报这样的错误
Exception: TypeError: 'caller' and 'arguments' are restricted function properties and cannot be accessed in this context. at Function.remoteFunction