3.11.0就拉不起来分享了,使用 button 触发,点击气泡框都报错,新建小程序也是一样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: '图片地址'
}
}

你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)