Jelajahi Sumber

快捷绑卡支付

xiongzhu 3 tahun lalu
induk
melakukan
0edb44686d
1 mengubah file dengan 8 tambahan dan 0 penghapusan
  1. 8 0
      src/views/Submit.vue

+ 8 - 0
src/views/Submit.vue

@@ -419,6 +419,14 @@ export default {
                 console.log(url);
                 document.location.href = url;
                 this.getOrder(true);
+            } else if (this.payType === 'UNION') {
+                const url = resolveUrl(this.$baseUrl, '/payOrder/v2/sandQuickBind?id=' + this.orderId)
+                    .replace('www.raex.vip', 'jump.raex.vip')
+                    .replace('test.raex.vip', 'jumptest.raex.vip')
+                    .replace(/http:\/\/192\.168.*?\//, 'https://jumptest.raex.vip/');
+                console.log(url);
+                document.location.href = url;
+                this.getOrder(true);
             } else if (this.payType === 'BALANCE') {
                 if (!this.tradeCode) {
                     this.$toast.clear();