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

获取定位提示语修改

parent 10cc678c
......@@ -6,10 +6,11 @@
"versionCode" : "100",
"transformPx" : false,
"app-plus" : {
"optimization": {
"subPackages": true
},
"runmode" : "liberate", // 开启分包优化后,必须配置资源释放模式
"optimization" : {
"subPackages" : true
},
"runmode" : "liberate", // 开启分包优化后,必须配置资源释放模式
/* 5+App特有相关 */
"usingComponents" : true,
"splashscreen" : {
......@@ -68,7 +69,7 @@
"usingComponents" : true,
"permission" : {
"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