|
@@ -46,6 +46,14 @@
|
|
"style" :
|
|
"style" :
|
|
{
|
|
{
|
|
|
|
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "path" : "quickInfo",
|
|
|
|
+ "style" :
|
|
|
|
+ {
|
|
|
|
+ "navigationBarTitleText" : "快捷停车"
|
|
|
|
+
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -59,6 +67,7 @@
|
|
"style" :
|
|
"style" :
|
|
{
|
|
{
|
|
"navigationBarTitleText" : "个人信息"
|
|
"navigationBarTitleText" : "个人信息"
|
|
|
|
+
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
|
|
@@ -74,6 +83,7 @@
|
|
"style" :
|
|
"style" :
|
|
{
|
|
{
|
|
"navigationBarTitleText" : "停车记录"
|
|
"navigationBarTitleText" : "停车记录"
|
|
|
|
+
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -93,6 +103,7 @@
|
|
"style" :
|
|
"style" :
|
|
{
|
|
{
|
|
"navigationBarTitleText" : "我的地锁"
|
|
"navigationBarTitleText" : "我的地锁"
|
|
|
|
+
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -100,6 +111,7 @@
|
|
"style" :
|
|
"style" :
|
|
{
|
|
{
|
|
"navigationBarTitleText" : "绑定新地锁"
|
|
"navigationBarTitleText" : "绑定新地锁"
|
|
|
|
+
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
|
|
@@ -108,6 +120,7 @@
|
|
"style" :
|
|
"style" :
|
|
{
|
|
{
|
|
"navigationBarTitleText" : "地锁详情"
|
|
"navigationBarTitleText" : "地锁详情"
|
|
|
|
+
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -128,29 +141,35 @@
|
|
"path" : "editLock",
|
|
"path" : "editLock",
|
|
"style" :
|
|
"style" :
|
|
{
|
|
{
|
|
- "navigationBarTitleText" : "修改地锁"
|
|
|
|
|
|
+ "navigationBarTitleText" : "修改地锁",
|
|
|
|
+ "mp-alipay": {
|
|
|
|
+ "usingComponents": {
|
|
|
|
+ "u-picker": "/uni_modules/uview-ui/components/u-picker/u-picker"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|
|
],
|
|
],
|
|
"tabBar": {
|
|
"tabBar": {
|
|
|
|
+ "navigationStyle": "custom",
|
|
"color": "#7A7E83",
|
|
"color": "#7A7E83",
|
|
"selectedColor": "#347CF6",
|
|
"selectedColor": "#347CF6",
|
|
"borderStyle": "black",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#ffffff",
|
|
"backgroundColor": "#ffffff",
|
|
|
|
+
|
|
"list": [{
|
|
"list": [{
|
|
"pagePath": "pages/index/index",
|
|
"pagePath": "pages/index/index",
|
|
- "iconPath":"static/tabBar/home.png",
|
|
|
|
- "selectedIconPath": "/static/tabBar/home-HL.png",
|
|
|
|
|
|
+
|
|
"text": "附近"
|
|
"text": "附近"
|
|
}, {
|
|
}, {
|
|
"pagePath": "pages/index/center",
|
|
"pagePath": "pages/index/center",
|
|
- "iconPath": "/static/tabBar/center.png",
|
|
|
|
- "selectedIconPath": "/static/tabBar/center-HL.png",
|
|
|
|
|
|
+
|
|
"text": "我的"
|
|
"text": "我的"
|
|
}]
|
|
}]
|
|
},
|
|
},
|
|
|
|
+
|
|
"permission":{
|
|
"permission":{
|
|
"scope.userLocation":{
|
|
"scope.userLocation":{
|
|
"desc":"获得用户当前位置"
|
|
"desc":"获得用户当前位置"
|