wenliming 2 anni fa
parent
commit
2bb7a014f0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/view/iframe/publish/components/pay-button.vue

+ 1 - 1
src/view/iframe/publish/components/pay-button.vue

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