onShareAppMessage
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,
}
},