|
@@ -78,7 +78,7 @@ var hlbPayMixin = function () {// 合利宝支付渠道
|
|
|
shopOrderId:_this.payInfo.shopOrderId,
|
|
|
payAmount:_this.payAmount
|
|
|
};
|
|
|
- _this.payInfo.payMobileUrl = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx91c4152b60ca91a3&redirect_uri=https://www.caimei365.com/pay/wechatpay.html&response_type=code&scope=snsapi_base&state="+JSON.stringify(orderInfo)+"#wechat_redirect";
|
|
|
+ _this.payInfo.payMobileUrl = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx91c4152b60ca91a3&redirect_uri=https://www-b.caimei365.com/pay/wechatpay.html&response_type=code&scope=snsapi_base&state="+JSON.stringify(orderInfo)+"#wechat_redirect";
|
|
|
location.href = _this.payInfo.payMobileUrl;
|
|
|
}else{
|
|
|
_this.payInfo.payData = {//正常订单
|
|
@@ -132,7 +132,7 @@ var hlbPayMixin = function () {// 合利宝支付渠道
|
|
|
couponId: this.couponId,
|
|
|
userId : this.userId
|
|
|
};
|
|
|
- this.payInfo.payMobileUrl = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx91c4152b60ca91a3&redirect_uri=https://www.caimei365.com/pay/wechatpay.html&response_type=code&scope=snsapi_base&state=" + JSON.stringify(orderInfo) + "#wechat_redirect";
|
|
|
+ this.payInfo.payMobileUrl = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx91c4152b60ca91a3&redirect_uri=https://www-b.caimei365.com/pay/wechatpay.html&response_type=code&scope=snsapi_base&state=" + JSON.stringify(orderInfo) + "#wechat_redirect";
|
|
|
location.href = this.payInfo.payMobileUrl;
|
|
|
} else {
|
|
|
this.payInfo.payData = {
|
|
@@ -256,7 +256,7 @@ var hlbPayMixin = function () {// 合利宝支付渠道
|
|
|
vipRecordId: _this.vipRecordId,
|
|
|
payAmount: _this.payAmount
|
|
|
};
|
|
|
- _this.payInfo.payMobileUrl = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx91c4152b60ca91a3&redirect_uri=https://www.caimei365.com/pay/wechatpay.html&response_type=code&scope=snsapi_base&state=" + JSON.stringify(orderInfo) + "#wechat_redirect";
|
|
|
+ _this.payInfo.payMobileUrl = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx91c4152b60ca91a3&redirect_uri=https://www-b.caimei365.com/pay/wechatpay.html&response_type=code&scope=snsapi_base&state=" + JSON.stringify(orderInfo) + "#wechat_redirect";
|
|
|
location.href = _this.payInfo.payMobileUrl;
|
|
|
} else {
|
|
|
_this.payInfo.payData = {
|
|
@@ -335,7 +335,7 @@ var hlbPayMixin = function () {// 合利宝支付渠道
|
|
|
productId:_this.productID,
|
|
|
payAmount:_this.payAmount
|
|
|
};
|
|
|
- _this.payInfo.payMobileUrl = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx91c4152b60ca91a3&redirect_uri=https://www.caimei365.com/pay/wechatpay.html&response_type=code&scope=snsapi_base&state="+JSON.stringify(orderInfo)+"#wechat_redirect";
|
|
|
+ _this.payInfo.payMobileUrl = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx91c4152b60ca91a3&redirect_uri=https://www-b.caimei365.com/pay/wechatpay.html&response_type=code&scope=snsapi_base&state="+JSON.stringify(orderInfo)+"#wechat_redirect";
|
|
|
location.href = _this.payInfo.payMobileUrl;
|
|
|
}else{// PC 跳扫码支付页
|
|
|
_this.payInfo.payData = {//二手
|