From de1ef43c565e1666484d7d71203afd7526f4e3de Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 18 七月 2025 08:53:43 +0800
Subject: [PATCH] 用工运货接口对接
---
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