From 4e3e18cdb0d75c098b68353ef8c86cdd7c0f79b2 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期四, 21 八月 2025 15:27:34 +0800
Subject: [PATCH] 111
---
small-program/manifest.json | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/small-program/manifest.json b/small-program/manifest.json
index 472d5be..c5a80fd 100644
--- a/small-program/manifest.json
+++ b/small-program/manifest.json
@@ -58,7 +58,13 @@
"postcss" : true,
"minified" : true
},
- "usingComponents" : true
+ "usingComponents" : true,
+ "requiredPrivateInfos": ["getLocation", "chooseLocation"],
+ "permission": {
+ "scope.userLocation": {
+ "desc": "浣犵殑浣嶇疆淇℃伅灏嗙敤浜庡皬绋嬪簭瀹氫綅鏈嶅姟"
+ }
+ }
},
"mp-alipay" : {
"usingComponents" : true,
--
Gitblit v1.9.3