From 86a5b87fe5d8f62ae03346f0f316e0a33d9e06e4 Mon Sep 17 00:00:00 2001 From: zuoxiao <zuoxiao> Date: 星期一, 31 三月 2025 20:52:44 +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