From a84175b5e189ac6da0d80ac64f77a4b45e7c9157 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期四, 14 十一月 2024 13:48:34 +0800 Subject: [PATCH] 1.添加瞬时流量相关2.优化界面3.修改原开阀和未关阀列表的sessionId为clientId --- pages/home/home.json | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/home/home.json b/pages/home/home.json index 296a6dd..beab603 100644 --- a/pages/home/home.json +++ b/pages/home/home.json @@ -2,9 +2,9 @@ "component": true, "usingComponents": { "t-avatar": "tdesign-miniprogram/avatar/avatar", - "t-switch": "tdesign-miniprogram/switch/switch", "t-dialog": "tdesign-miniprogram/dialog/dialog", - "t-swipe-cell": "tdesign-miniprogram/swipe-cell/swipe-cell" + "t-swipe-cell": "tdesign-miniprogram/swipe-cell/swipe-cell", + "t-button": "tdesign-miniprogram/button/button" }, "navigationBarTitleText": "澶х鑺傛按", "navigationBarTextStyle": "white", -- Gitblit v1.8.0