shish 5 lat temu
rodzic
commit
5a34eaef98
1 zmienionych plików z 1 dodań i 6 usunięć
  1. 1 6
      mallApp/src/pages/pay/index.vue

+ 1 - 6
mallApp/src/pages/pay/index.vue

@@ -164,13 +164,8 @@
 					let shareParams = {
 						title: `点我付款`, // 分享标题
 						desc: '享随机优惠,最高20元', // 分享内容
-						imgUrl: `${this.$constant.imgUrl}/retail/pay.jpg`,
-						// #ifdef H5
-						pagePath: `${this.$constant.formal}/#/pages/pay/index?account=${res.shop.id}&store=0&sourceType=3`,
-						// #endif
-						// #ifndef H5
+						imgUrl: '',
 						pagePath: `/pages/pay/index?account=${res.shop.id}&store=0&sourceType=3`
-						// #endif
 					}
                     // #ifdef MP-WEIXIN
 					this.jweixinFn(shareParams)