onShareAppMessage
发布于 5 年前 作者 fangzhang 5563 次浏览 来自 问答

  onShareAppMessage: function (options) {

    var _this = this;

    var imagePath = _this.data.info.Product[0].Picture; //这个图片保证一定存在

    return {

      title: _this.data.info.EnterpriseName,

      imageUrl: imagePath,

      path: “/pages/share/index?scene=” + _this.data.id,

    }

  },

2 回复

我设置最低基础库是2.0.9 出现该问题的手机微信版本6.6.6  6.6.7

自定义分享图需要基础库1.5.0及以上版本支持,请确认下显示不出图片的手机的基础库版本

回到顶部