Bläddra i källkod

Merge branch 'dev' of http://git.izouma.com/xiongzhu/raex_front into dev

panhui 3 år sedan
förälder
incheckning
d0225aecde
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      src/views/OfferPriceSubmit.vue

+ 3 - 3
src/views/OfferPriceSubmit.vue

@@ -268,7 +268,7 @@ export default {
                     forbidClick: true
                 });
                 this.$http
-                    .get('/payOrder/v2/ali', { id: this.id })
+                    .get('/payOrder/v2/ask/ali', { id: this.id })
                     .then(res => {
                         this.$toast.clear();
                         document.location.href = res;
@@ -291,7 +291,7 @@ export default {
                             });
                     });
             } else if (this.payType === 'UNION') {
-                const url = resolveUrl(this.$baseUrl, '/payOrder/v2/sandQuick?id=' + this.id)
+                const url = resolveUrl(this.$baseUrl, '/payOrder/v2/ask/sandQuick?id=' + this.id)
                     .replace('www.raex.vip', 'jump.raex.vip')
                     .replace('test.raex.vip', 'jumptest.raex.vip')
                     .replace(/http:\/\/192\.168.*?\//, 'https://jumptest.raex.vip/');
@@ -300,7 +300,7 @@ export default {
                 this.getOrder(true);
             } else if (this.payType === 'QUICK_BIND') {
                 this.$http
-                    .get('/payOrder/v2/sandQuickBind?id=' + this.id)
+                    .get('/payOrder/v2/ask/sandQuickBind?id=' + this.id)
                     .then(res => {
                         document.location.href = res;
                         this.getOrder(true);