From 7d56f6e20ab87cf6bb78cb5e6d02df0a15f5ed7a Mon Sep 17 00:00:00 2001 From: zuoxiao <zuoxiao> Date: 星期五, 11 四月 2025 15:40:53 +0800 Subject: [PATCH] 优化灌溉计划页面,添加分页功能和加载更多数据的逻辑;更新样式以提升用户体验,确保在切换标签时只加载必要的数据。 --- pages/home/home.json | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pages/home/home.json b/pages/home/home.json index fe0e2c0..eefd2a2 100644 --- a/pages/home/home.json +++ b/pages/home/home.json @@ -6,6 +6,10 @@ "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