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