瀏覽代碼

[bug] fix

wenliming 3 年之前
父節點
當前提交
313cf157ca
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;