|
@@ -757,7 +757,7 @@ export default {
|
|
|
//发送给朋友
|
|
//发送给朋友
|
|
|
return {
|
|
return {
|
|
|
title: this.shopDet.shopName,
|
|
title: this.shopDet.shopName,
|
|
|
- path: '/pages/index/index?shopId=' + this.shopDet.shopId,
|
|
|
|
|
|
|
+ path: '/pages/index/shop/index?shopId=' + this.shopDet.shopId,
|
|
|
imageUrl: this.shopDet.shopCover
|
|
imageUrl: this.shopDet.shopCover
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
@@ -765,7 +765,7 @@ export default {
|
|
|
//分享到朋友圈
|
|
//分享到朋友圈
|
|
|
return {
|
|
return {
|
|
|
title: this.shopDet.shopName,
|
|
title: this.shopDet.shopName,
|
|
|
- path: '/pages/index/index?shopId=' + this.shopDet.shopId,
|
|
|
|
|
|
|
+ path: '/pages/index/shop/index?shopId=' + this.shopDet.shopId,
|
|
|
imageUrl: this.shopDet.shopCover
|
|
imageUrl: this.shopDet.shopCover
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|