|
|
@@ -247,7 +247,7 @@ export default {
|
|
|
resolve();
|
|
|
} else {
|
|
|
this.$http
|
|
|
- .get(`/payOrder/auction/alipay_h5?id=${this.orderId}`)
|
|
|
+ .get(`/payOrder/v2/auction/alipay?id=${this.orderId}`)
|
|
|
.then(res => {
|
|
|
this.$toast.clear();
|
|
|
this.hrefUrl = res;
|
|
|
@@ -361,7 +361,7 @@ export default {
|
|
|
} else if (this.payType === 'ALIPAY') {
|
|
|
if (this.inWeixin) {
|
|
|
document.location.replace(
|
|
|
- resolveUrl(this.$baseUrl, '/payOrder/auction/alipay_wx?id=' + this.orderId)
|
|
|
+ resolveUrl(this.$baseUrl, '/payOrder/v2/auction/alipay_wx?id=' + this.orderId)
|
|
|
);
|
|
|
} else {
|
|
|
this.$nextTick(() => {
|
|
|
@@ -405,7 +405,7 @@ export default {
|
|
|
} else if (this.payType === 'H5PAY') {
|
|
|
document.location.href = resolveUrl(
|
|
|
this.$baseUrl,
|
|
|
- '/payOrder/auction/sand_pay?id=' + this.orderId
|
|
|
+ '/payOrder/v2/auction/sand_pay?id=' + this.orderId
|
|
|
);
|
|
|
}
|
|
|
});
|