收藏
回答

3.11.0版本库分享报错?

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&param=${strparam}`,
        imageUrl: '图片地址'
      }
    }
回答关注问题邀请回答
收藏

2 个回答

  • 社区技术运营专员-Jahozheng
    社区技术运营专员-Jahozheng
    2025-11-21

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

    2025-11-21
    有用
    回复
  • 智能回答 智能回答 本次回答由AI生成
    2025-11-13
    有用
登录 后发表内容