|
|
@@ -63,7 +63,7 @@
|
|
|
@cancel="(showPwdDialog = false), $toast.clear()"
|
|
|
@confirm="pay"
|
|
|
>
|
|
|
- <div style="padding: 20px 0;">
|
|
|
+ <div style="padding: 20px 0">
|
|
|
<van-password-input
|
|
|
:value="tradeCode"
|
|
|
:focused="showKeyboard"
|
|
|
@@ -413,7 +413,12 @@ export default {
|
|
|
});
|
|
|
});
|
|
|
} else if (this.payType === 'UNION') {
|
|
|
- document.location.href = resolveUrl(this.$baseUrl, '/payOrder/v2/sandQuick?id=' + this.orderId);
|
|
|
+ document.location.href = resolveUrl(
|
|
|
+ this.$baseUrl
|
|
|
+ .replace('www.raex.vip', 'jump.raex.vip')
|
|
|
+ .replace('test.raex.vip', 'testjump.raex.vip'),
|
|
|
+ '/payOrder/v2/sandQuick?id=' + this.orderId
|
|
|
+ );
|
|
|
} else if (this.payType === 'BALANCE') {
|
|
|
if (!this.tradeCode) {
|
|
|
this.$toast.clear();
|