From 397d00d95a766ab838986edf6df4ea754474f0be Mon Sep 17 00:00:00 2001
From: web <candymxq888@outlook.com>
Date: 星期五, 11 七月 2025 15:49:16 +0800
Subject: [PATCH] fix:修改设备取水状态

---
 pages.json |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pages.json b/pages.json
index 674c215..6250aec 100644
--- a/pages.json
+++ b/pages.json
@@ -3,10 +3,10 @@
 		{"path": "pages/index/index"},
 		{"path": "pages/login/index"},
 		{"path": "pages/user/index"},
+		{"path": "pages/userSet/index"},
 		{"path": "pages/device/index"},
 		{"path": "pages/recharge/index"},
 		{"path": "pages/record/qushui"},
-		{"path": "pages/record/shuiliang"},
 		{"path": "pages/record/chongzhi"}
 	],
 	"tabBar": {
@@ -30,6 +30,7 @@
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
 		"navigationBarBackgroundColor": "#F8F8F8",
-		"navigationStyle": "custom"
+		"navigationStyle": "custom",
+		"onReachBottomDistance": 100
 	}
 }

--
Gitblit v1.9.3