From dc49b96b835326a64056da9da0b43eabd2d96e32 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期五, 25 七月 2025 19:37:11 +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