From aa82acda42d583dd689fc736919a4f7ed35a81dc Mon Sep 17 00:00:00 2001 From: Lj <1095098147@qq.com> Date: Sat, 28 Jun 2025 01:12:28 +0800 Subject: [PATCH] =?UTF-8?q?'=E8=B0=83=E7=94=A8=E5=9C=B0=E5=9B=BE=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E5=9C=B0=E5=9D=80'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 2f63bb3..cba5c08 100644 --- a/manifest.json +++ b/manifest.json @@ -54,7 +54,15 @@ "setting" : { "urlCheck" : false }, - "usingComponents" : true + "usingComponents" : true, + "requiredPrivateInfos" : [ + "chooseLocation" + ], + "permission" : { + "scope.userLocation" : { + "desc" : "您的位置信息将用于选择寄件地址" + } + } }, "mp-alipay" : { "usingComponents" : true