panhui преди 3 години
родител
ревизия
09d85ba418
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      src/components/auction/deposit.vue

+ 3 - 3
src/components/auction/deposit.vue

@@ -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
                             );
                         }
                     });