收藏
回答

3.11.0版本库分享报错?

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

2 个回答

登录 后发表内容