|
|
@@ -206,10 +206,10 @@
|
|
|
desc: '享随机优惠,最高20元', // 分享内容
|
|
|
imgUrl: `${this.$constant.imgUrl}/retail/pay.jpg`,
|
|
|
// #ifdef H5
|
|
|
- pagePath: `${this.$constant.formal}/#/pages/pay/index?account=${res.merchantId}&sourceType=2`,
|
|
|
+ pagePath: `${this.$constant.formal}/#/pages/pay/index?account=${res.merchantId}&store=1`,
|
|
|
// #endif
|
|
|
// #ifndef H5
|
|
|
- pagePath: `/pages/pay/index?account=${res.merchantId}&sourceType=2`
|
|
|
+ pagePath: `/pages/pay/index?account=${res.merchantId}&store=1`
|
|
|
// #endif
|
|
|
}
|
|
|
this.jweixinFn(shareParams)
|
|
|
@@ -245,8 +245,8 @@
|
|
|
...deliveryRegion
|
|
|
}
|
|
|
}
|
|
|
- if (this.option.sourceType) {
|
|
|
- params.sourceType = this.option.sourceType
|
|
|
+ if (this.option.store) {
|
|
|
+ params.store = this.option.store
|
|
|
}
|
|
|
host = fastPay
|
|
|
}
|