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 | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/pages/home/home.json b/pages/home/home.json index fe0e2c0..f5ba849 100644 --- a/pages/home/home.json +++ b/pages/home/home.json @@ -2,10 +2,14 @@ "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": "澶х鑺傛按", - "navigationBarTextStyle": "white" - + "navigationBarTextStyle": "white", + "permission": { + "scope.camera": { + "desc": "浣跨敤鎽勫儚澶存壂鎻忎簩缁寸爜" + } + } } \ No newline at end of file -- Gitblit v1.8.0