|
@@ -113,7 +113,7 @@ const balancePay = () => {
|
|
}
|
|
}
|
|
|
|
|
|
const clickPayUSD = () => {
|
|
const clickPayUSD = () => {
|
|
- if(props.finalAmountData.rechargeAmountValue > 0) {
|
|
|
|
|
|
+ if(props.finalAmountData.rechargeAmountValue > 0 && props.USDepositStatus != 'SUCCESS') {
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
emits("showDepositMask", {});
|
|
emits("showDepositMask", {});
|
|
}, 1000)
|
|
}, 1000)
|