From d18a0c9fe708dcf58253b54ef2938b5e864b24df Mon Sep 17 00:00:00 2001
From: zuoxiao <zuoxiao>
Date: 星期一, 28 四月 2025 14:39:30 +0800
Subject: [PATCH] 优化水摄入页面的确认弹窗逻辑,调整showConfirm状态的设置位置,并移除不必要的代码注释,提升代码可读性和维护性。

---
 app.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/app.js b/app.js
index c3f142d..877f2c8 100644
--- a/app.js
+++ b/app.js
@@ -25,6 +25,7 @@
     operator:"2025030416200600006",
     clientId:"",
     AppID:"wxbc2b6a00dd904ead",
-    vcId:""
+    vcId:"",
+    needRefreshIrrigationList: false // 鐢ㄤ簬鏍囪鏄惁闇�瑕佸埛鏂扮亴婧夎鍒掑垪琛�
   }
 })

--
Gitblit v1.8.0