Browse Source

[edit] bug

wenliming 2 năm trước cách đây
mục cha
commit
2bb7a014f0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)