From 25ebc714977470b5ed02b0ec7f30ea0615ebd89f Mon Sep 17 00:00:00 2001
From: zuoxiao <zuoxiao>
Date: 星期五, 14 三月 2025 16:48:09 +0800
Subject: [PATCH] 更新应用配置,添加AppID并修改页面路由;优化取水口界面,增加定时开阀功能和相关参数设置;修复首页反馈图标及提示信息。

---
 pages/home/home.js |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/pages/home/home.js b/pages/home/home.js
index 253cb13..d38e37d 100644
--- a/pages/home/home.js
+++ b/pages/home/home.js
@@ -568,7 +568,7 @@
       console.error('淇濆瓨椤圭洰閫夋嫨澶辫触锛�', err);
       wx.showToast({
         title: '淇濆瓨澶辫触锛岃閲嶈瘯',
-        icon: 'error',
+        icon: 'success',
         duration: 2000
       });
     });
@@ -634,6 +634,7 @@
             that.codeLogin(code);
           } else {
             console.log('鐧诲綍澶辫触锛�' + res.errMsg);
+        
           }
         }
       });
@@ -674,7 +675,11 @@
           this.initData();
         }
       } else {
-
+        wx.showToast({
+          title: 'title',
+          icon: 'error',
+          duration: 2000
+        })
       }
     }).catch(error => {
       // 鍔犺浇瀹屾垚鍚庨殣钘忓姞杞藉姩鐢�

--
Gitblit v1.8.0