|
@@ -181,12 +181,15 @@ export default {
|
|
* 用户点击右上角分享
|
|
* 用户点击右上角分享
|
|
*/
|
|
*/
|
|
onShareAppMessage: function (res) {
|
|
onShareAppMessage: function (res) {
|
|
|
|
+ let userInfo = this.$Cache.get("USER_INFO", true)
|
|
let that = this;
|
|
let that = this;
|
|
return {
|
|
return {
|
|
title: that.storeInfo.goodsName || "",
|
|
title: that.storeInfo.goodsName || "",
|
|
imageUrl: "http://wine.gzzzyd.com/test/static/img/bg.a82f9752.jpg" || that.storeInfo.image,
|
|
imageUrl: "http://wine.gzzzyd.com/test/static/img/bg.a82f9752.jpg" || that.storeInfo.image,
|
|
- path: "/pages/goods_details/index?id=" + that.gongFuId + "&inviteCode=" + that.promotionShare,
|
|
|
|
|
|
+ path: "/pages/goods_details/index?id=" + that.gongFuId + "&inviteCode=" + that.promotionShare
|
|
|
|
+ +"&zoneType=8",
|
|
};
|
|
};
|
|
|
|
+
|
|
},
|
|
},
|
|
onLoad(option) {
|
|
onLoad(option) {
|
|
let that = this
|
|
let that = this
|