Browse Source

收款人

shish 5 years ago
parent
commit
5a34eaef98
1 changed files with 1 additions and 6 deletions
  1. 1 6
      mallApp/src/pages/pay/index.vue

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

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