From 61e89d748cc7f5456c20866e672a4bde153534f1 Mon Sep 17 00:00:00 2001 From: zuoxiao <zuoxiao> Date: 星期一, 21 四月 2025 17:18:53 +0800 Subject: [PATCH] 优化项目配置,重构项目URL管理逻辑,改为使用动态配置;更新灌溉组详情页面,添加详细信息展示和请求逻辑,提升用户体验;更新首页项目选择器,支持动态项目列表展示。 --- pages/home/home.json | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/home/home.json b/pages/home/home.json index eefd2a2..f5ba849 100644 --- a/pages/home/home.json +++ b/pages/home/home.json @@ -2,7 +2,7 @@ "component": true, "usingComponents": { "t-avatar": "tdesign-miniprogram/avatar/avatar", - "t-switch": "tdesign-miniprogram/switch/switch", + "t-swipe-cell": "tdesign-miniprogram/swipe-cell/swipe-cell", "t-dialog": "tdesign-miniprogram/dialog/dialog" }, "navigationBarTitleText": "澶х鑺傛按", -- Gitblit v1.8.0