在 3.9.3版本是正常拉起,3.11.0则报错 onShareAppMessage error TypeError: Cannot read property 'env' of undefined
onShareAppMessage() {
const param = {
shop_id: this.shopId
}
const strparam = JSON.stringify(param)
return {
title: `${this.sharename},${this.sharemsg}`,
path: `/human/webview/webview?url=shop/shopindex¶m=${strparam}`,
imageUrl: '图片地址'
}
}

试试3.11.2基础库
3.11.0就拉不起来分享了,使用 button 触发