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