This commit is contained in:
SelfRidicule 2024-02-22 17:55:13 +08:00
parent ae5b0b3f54
commit 05651c67eb
6 changed files with 9 additions and 11 deletions

View File

@ -55,6 +55,7 @@
"navigationBarTextStyle": "black" "navigationBarTextStyle": "black"
}, },
"tabBar": { "tabBar": {
"custom": true,
"backgroundColor": "#ffffff", "backgroundColor": "#ffffff",
"borderStyle": "black", "borderStyle": "black",
"selectedColor": "#5C8EFF", "selectedColor": "#5C8EFF",
@ -62,30 +63,27 @@
"list": [ "list": [
{ {
"pagePath": "pages/index/index", "pagePath": "pages/index/index",
"iconPath": "/images/icon/shouye-3861.png", "iconPath": "/images/tabbar/home.png",
"selectedIconPath": "/images/icon/shouye-386.png", "selectedIconPath": "/images/tabbar/home-select.png",
"text": "首页" "text": "首页"
}, },
{
"pagePath": "pages/enterpriseServices/enterpriseServices",
"iconPath": "/images/icon/fuwu_11.png",
"selectedIconPath": "/images/icon/fuwu_1.png",
"text": "服务"
},
{ {
"pagePath": "pages/parkRepair/parkRepair", "pagePath": "pages/parkRepair/parkRepair",
"iconPath": "/images/icon/wodebaoxiu1.png", "iconPath": "/images/icon/wodebaoxiu1.png",
"selectedIconPath": "/images/icon/wodebaoxiu.png", "selectedIconPath": "/images/icon/wodebaoxiu.png",
"text": "维修" "text": "维修",
"isSpecial" : true
}, },
{ {
"pagePath": "pages/my/my", "pagePath": "pages/my/my",
"iconPath": "/images/icon/wode1.png", "iconPath": "/images/tabbar/my.png",
"selectedIconPath": "/images/icon/wode.png", "selectedIconPath": "/images/tabbar/my-select.png",
"text": "我的" "text": "我的"
} }
] ]
}, },
"usingComponents": {},
"sitemapLocation": "sitemap.json", "sitemapLocation": "sitemap.json",
"permission": { "permission": {
"scope.userLocation": { "scope.userLocation": {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB