You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
taro.js:3555 Uncaught TypeError: Cannot read property 'target' of undefined
at Object.config.onShareAppMessage (taro.js:3555)
at e.handleMessageFromRender4MessagePort (VM94 vendors.bundle.js:66)
at e.handleMessageFromRender (VM94 vendors.bundle.js:66)
at e.postMessage (VM94 vendors.bundle.js:51)
at e.handleAPI4PostMessage (VM94 vendors.bundle.js:79)
at e.bridgeCall (VM94 vendors.bundle.js:79)
相关平台
支付宝小程序
小程序基础库: 0.0
使用框架: Vue 3
复现步骤
onShareAppMessage(res){
return {
title: '小程序示例',
desc: '小程序官方示例Demo,展示已支持的接口能力及组件。',
path: 'page/component/component-pages/view/view?param=123'
};
},
期望结果
正常使用分享
实际结果
taro.js:3555 Uncaught TypeError: Cannot read property 'target' of undefined
at Object.config.onShareAppMessage (taro.js:3555)
at e.handleMessageFromRender4MessagePort (VM94 vendors.bundle.js:66)
at e.handleMessageFromRender (VM94 vendors.bundle.js:66)
at e.postMessage (VM94 vendors.bundle.js:51)
at e.handleAPI4PostMessage (VM94 vendors.bundle.js:79)
at e.bridgeCall (VM94 vendors.bundle.js:79)
环境信息
补充信息
钉钉小程序手机上预览也是
模拟器上也是
The text was updated successfully, but these errors were encountered: