浏览代码

[edit] bug

wenliming 2 年之前
父节点
当前提交
2bb7a014f0
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)