Commit eadf0763 authored by 刘用法's avatar 刘用法

获取定位提示语修改

parent 10cc678c
...@@ -6,10 +6,11 @@ ...@@ -6,10 +6,11 @@
"versionCode" : "100", "versionCode" : "100",
"transformPx" : false, "transformPx" : false,
"app-plus" : { "app-plus" : {
"optimization": { "optimization" : {
"subPackages": true "subPackages" : true
}, },
"runmode" : "liberate", // 开启分包优化后,必须配置资源释放模式 "runmode" : "liberate", // 开启分包优化后,必须配置资源释放模式
/* 5+App特有相关 */ /* 5+App特有相关 */
"usingComponents" : true, "usingComponents" : true,
"splashscreen" : { "splashscreen" : {
...@@ -68,7 +69,7 @@ ...@@ -68,7 +69,7 @@
"usingComponents" : true, "usingComponents" : true,
"permission" : { "permission" : {
"scope.userLocation" : { "scope.userLocation" : {
"desc" : "需要获得位置权限以方便用户定位下单地址" "desc" : "方便查看订单与你的距离"
} }
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment