shish 6 лет назад
Родитель
Сommit
e68007cc55
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      mobile-code/src/pages/pay/index.vue

+ 2 - 2
mobile-code/src/pages/pay/index.vue

@@ -212,10 +212,10 @@
 							desc: '享随机优惠,最高20元', // 分享内容
 							imgUrl: `${this.$constant.imgUrl}/retail/pay.jpg`,
 							// #ifdef H5
-							pagePath: `${this.$constant.formal}/#/pages/pay/index?account=${res.merchantId}&store=0`,
+							pagePath: `${this.$constant.formal}/#/pages/pay/index?account=${res.merchantId}&store=0&sourceType=3`,
 							// #endif
 							// #ifndef H5
-							pagePath: `/pages/pay/index?account=${res.merchantId}&store=0`
+							pagePath: `/pages/pay/index?account=${res.merchantId}&store=0&sourceType=3`
 							// #endif
 						}
 						this.jweixinFn(shareParams)