[双节样式]
22
app.json
@@ -56,36 +56,36 @@
|
|||||||
{
|
{
|
||||||
"pagePath": "pages/index/index",
|
"pagePath": "pages/index/index",
|
||||||
"text": "首页",
|
"text": "首页",
|
||||||
"iconPath": "/static/tabBarIcon/tabBar_00.png",
|
"iconPath": "/static/festival/tabBar_00.png",
|
||||||
"selectedIconPath": "/static/tabBarIcon/tabBar_selected_00.png"
|
"selectedIconPath": "/static/festival/tabBar_selected_00.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pagePath": "pages/mall/index",
|
"pagePath": "pages/mall/index",
|
||||||
"text": "产品",
|
"text": "产品",
|
||||||
"iconPath": "/static/tabBarIcon/tabBar_01.png",
|
"iconPath": "/static/festival/tabBar_01.png",
|
||||||
"selectedIconPath": "/static/tabBarIcon/tabBar_selected_01.png"
|
"selectedIconPath": "/static/festival/tabBar_selected_01.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pagePath": "pages/recruit/index",
|
"pagePath": "pages/recruit/index",
|
||||||
"text": "体验官",
|
"text": "体验官",
|
||||||
"iconPath": "/static/tabBarIcon/tabBar_04.png",
|
"iconPath": "/static/festival/tabBar_02.png",
|
||||||
"selectedIconPath": "/static/tabBarIcon/tabBar_selected_04.png"
|
"selectedIconPath": "/static/festival/tabBar_selected_02.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pagePath": "pages/report/index",
|
"pagePath": "pages/report/index",
|
||||||
"text": "报告",
|
"text": "报告",
|
||||||
"iconPath": "/static/tabBarIcon/tabBar_02.png",
|
"iconPath": "/static/festival/tabBar_03.png",
|
||||||
"selectedIconPath": "/static/tabBarIcon/tabBar_selected_02.png"
|
"selectedIconPath": "/static/festival/tabBar_selected_03.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pagePath": "pages/user/index",
|
"pagePath": "pages/user/index",
|
||||||
"text": "我的",
|
"text": "我的",
|
||||||
"iconPath": "/static/tabBarIcon/tabBar_03.png",
|
"iconPath": "/static/festival/tabBar_04.png",
|
||||||
"selectedIconPath": "/static/tabBarIcon/tabBar_selected_03.png"
|
"selectedIconPath": "/static/festival/tabBar_selected_04.png"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"color": "#999999",
|
"color": "#999999",
|
||||||
"selectedColor": "#3b7cff",
|
"selectedColor": "#000000",
|
||||||
"borderStyle": "white"
|
"borderStyle": "white"
|
||||||
},
|
},
|
||||||
"style": "v2",
|
"style": "v2",
|
||||||
|
|||||||
BIN
static/festival/tabBar_00.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
static/festival/tabBar_01.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
static/festival/tabBar_02.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
static/festival/tabBar_03.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
static/festival/tabBar_04.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
static/festival/tabBar_selected_00.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
static/festival/tabBar_selected_01.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
static/festival/tabBar_selected_02.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
static/festival/tabBar_selected_03.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
static/festival/tabBar_selected_04.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
35
static/备份.txt
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
"list": [
|
||||||
|
{
|
||||||
|
"pagePath": "pages/index/index",
|
||||||
|
"text": "首页",
|
||||||
|
"iconPath": "/static/tabBarIcon/tabBar_00.png",
|
||||||
|
"selectedIconPath": "/static/tabBarIcon/tabBar_selected_00.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pagePath": "pages/mall/index",
|
||||||
|
"text": "产品",
|
||||||
|
"iconPath": "/static/tabBarIcon/tabBar_01.png",
|
||||||
|
"selectedIconPath": "/static/tabBarIcon/tabBar_selected_01.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pagePath": "pages/recruit/index",
|
||||||
|
"text": "体验官",
|
||||||
|
"iconPath": "/static/tabBarIcon/tabBar_04.png",
|
||||||
|
"selectedIconPath": "/static/tabBarIcon/tabBar_selected_04.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pagePath": "pages/report/index",
|
||||||
|
"text": "报告",
|
||||||
|
"iconPath": "/static/tabBarIcon/tabBar_02.png",
|
||||||
|
"selectedIconPath": "/static/tabBarIcon/tabBar_selected_02.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pagePath": "pages/user/index",
|
||||||
|
"text": "我的",
|
||||||
|
"iconPath": "/static/tabBarIcon/tabBar_03.png",
|
||||||
|
"selectedIconPath": "/static/tabBarIcon/tabBar_selected_03.png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"color": "#999999",
|
||||||
|
"selectedColor": "#3b7cff",
|
||||||
|
"borderStyle": "white"
|
||||||