Browse Source

[bug] fix

wenliming 3 years ago
parent
commit
313cf157ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/view/components/give-dialog.vue

+ 1 - 1
src/view/components/give-dialog.vue

@@ -469,7 +469,7 @@ const getPayAmount = async (amountValue) => {
 };
 
 const confirm = () => {
-    if (submitIng.value || iptErrMsgTxt) {
+    if (submitIng.value || iptErrMsgTxt.value) {
         return;
     }
     let { totalCount = 0 } = baseFormData;