Ver Fonte

[edit] bug

wenliming há 2 anos atrás
pai
commit
2bb7a014f0
1 ficheiros alterados com 1 adições e 1 exclusões
  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)