添加tabBar
This commit is contained in:
@@ -14,5 +14,21 @@
|
||||
"navigationBarTextStyle": "black"
|
||||
},
|
||||
"style": "v2",
|
||||
"sitemapLocation": "sitemap.json"
|
||||
"sitemapLocation": "sitemap.json",
|
||||
"tabBar": {
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/home/home",
|
||||
"text": "酒单",
|
||||
"iconPath":"./images/menu.png",
|
||||
"selectedIconPath": "./images/menu.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "我的",
|
||||
"iconPath":"./images/home.png",
|
||||
"selectedIconPath": "./images/home.png"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
BIN
miniprogram/images/home.png
Normal file
BIN
miniprogram/images/home.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.3 KiB |
BIN
miniprogram/images/menu.png
Normal file
BIN
miniprogram/images/menu.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.4 KiB |
Reference in New Issue
Block a user