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