From 556464a10ec5f3946b738080428a848154d5b780 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期一, 12 八月 2024 09:06:39 +0800
Subject: [PATCH] 添加识别二维码切换地址的功能
---
pages/home/home.json | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/pages/home/home.json b/pages/home/home.json
index dfc93ed..eefd2a2 100644
--- a/pages/home/home.json
+++ b/pages/home/home.json
@@ -2,9 +2,14 @@
"component": true,
"usingComponents": {
"t-avatar": "tdesign-miniprogram/avatar/avatar",
- "t-switch": "tdesign-miniprogram/switch/switch"
+ "t-switch": "tdesign-miniprogram/switch/switch",
+ "t-dialog": "tdesign-miniprogram/dialog/dialog"
},
- "navigationBarTitleText": "棣栭〉",
- "navigationBarTextStyle": "white"
-
+ "navigationBarTitleText": "澶х鑺傛按",
+ "navigationBarTextStyle": "white",
+ "permission": {
+ "scope.camera": {
+ "desc": "浣跨敤鎽勫儚澶存壂鎻忎簩缁寸爜"
+ }
+ }
}
\ No newline at end of file
--
Gitblit v1.8.0