From 6ae0924bdb44e8b1f569b6f1cdb6ff403e1d2ce3 Mon Sep 17 00:00:00 2001
From: zuoxiao <zuoxiao>
Date: 星期一, 28 四月 2025 10:15:33 +0800
Subject: [PATCH] 优化首页和灌溉页面的样式,添加当前项目显示;重构项目配置,确保项目登录需求一致性;更新登录页面逻辑,简化项目选择和信息展示,提升用户体验。
---
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