|
@@ -146,7 +146,12 @@
|
|
|
title: `${res.merchantName}`, // 分享标题
|
|
title: `${res.merchantName}`, // 分享标题
|
|
|
desc: '这家店不错推荐给你', // 分享内容
|
|
desc: '这家店不错推荐给你', // 分享内容
|
|
|
imgUrl: res.smallAvatarUrl,
|
|
imgUrl: res.smallAvatarUrl,
|
|
|
- pagePath: `${window.location.protocol}//m.${this.$constant.firstHost}.com/#/pages/home/shop?account=${res.merchantId}&introUserId=${res.id}`
|
|
|
|
|
|
|
+ // #ifdef H5
|
|
|
|
|
+ pagePath: `${window.location.protocol}//m.${this.$constant.firstHost}.com/#/pages/home/shop?account=${res.merchantId}&introUserId=${res.id}`,
|
|
|
|
|
+ // #endif
|
|
|
|
|
+ // #ifndef H5
|
|
|
|
|
+ pagePath: `/pages/home/shop?account=${res.merchantId}&introUserId=${res.id}`
|
|
|
|
|
+ // #endif
|
|
|
}
|
|
}
|
|
|
this.jweixinFn(shareParams)
|
|
this.jweixinFn(shareParams)
|
|
|
|
|
|