diff --git a/app.json b/app.json index 07b9c86..90052cd 100644 --- a/app.json +++ b/app.json @@ -56,36 +56,36 @@ { "pagePath": "pages/index/index", "text": "首页", - "iconPath": "/static/tabBarIcon/tabBar_00.png", - "selectedIconPath": "/static/tabBarIcon/tabBar_selected_00.png" + "iconPath": "/static/festival/tabBar_00.png", + "selectedIconPath": "/static/festival/tabBar_selected_00.png" }, { "pagePath": "pages/mall/index", "text": "产品", - "iconPath": "/static/tabBarIcon/tabBar_01.png", - "selectedIconPath": "/static/tabBarIcon/tabBar_selected_01.png" + "iconPath": "/static/festival/tabBar_01.png", + "selectedIconPath": "/static/festival/tabBar_selected_01.png" }, { "pagePath": "pages/recruit/index", "text": "体验官", - "iconPath": "/static/tabBarIcon/tabBar_04.png", - "selectedIconPath": "/static/tabBarIcon/tabBar_selected_04.png" + "iconPath": "/static/festival/tabBar_02.png", + "selectedIconPath": "/static/festival/tabBar_selected_02.png" }, { "pagePath": "pages/report/index", "text": "报告", - "iconPath": "/static/tabBarIcon/tabBar_02.png", - "selectedIconPath": "/static/tabBarIcon/tabBar_selected_02.png" + "iconPath": "/static/festival/tabBar_03.png", + "selectedIconPath": "/static/festival/tabBar_selected_03.png" }, { "pagePath": "pages/user/index", "text": "我的", - "iconPath": "/static/tabBarIcon/tabBar_03.png", - "selectedIconPath": "/static/tabBarIcon/tabBar_selected_03.png" + "iconPath": "/static/festival/tabBar_04.png", + "selectedIconPath": "/static/festival/tabBar_selected_04.png" } ], "color": "#999999", - "selectedColor": "#3b7cff", + "selectedColor": "#000000", "borderStyle": "white" }, "style": "v2", diff --git a/static/festival/tabBar_00.png b/static/festival/tabBar_00.png new file mode 100644 index 0000000..f19e160 Binary files /dev/null and b/static/festival/tabBar_00.png differ diff --git a/static/festival/tabBar_01.png b/static/festival/tabBar_01.png new file mode 100644 index 0000000..08aaacf Binary files /dev/null and b/static/festival/tabBar_01.png differ diff --git a/static/festival/tabBar_02.png b/static/festival/tabBar_02.png new file mode 100644 index 0000000..1dad91c Binary files /dev/null and b/static/festival/tabBar_02.png differ diff --git a/static/festival/tabBar_03.png b/static/festival/tabBar_03.png new file mode 100644 index 0000000..6f969ee Binary files /dev/null and b/static/festival/tabBar_03.png differ diff --git a/static/festival/tabBar_04.png b/static/festival/tabBar_04.png new file mode 100644 index 0000000..e98bfde Binary files /dev/null and b/static/festival/tabBar_04.png differ diff --git a/static/festival/tabBar_selected_00.png b/static/festival/tabBar_selected_00.png new file mode 100644 index 0000000..699d792 Binary files /dev/null and b/static/festival/tabBar_selected_00.png differ diff --git a/static/festival/tabBar_selected_01.png b/static/festival/tabBar_selected_01.png new file mode 100644 index 0000000..ee26717 Binary files /dev/null and b/static/festival/tabBar_selected_01.png differ diff --git a/static/festival/tabBar_selected_02.png b/static/festival/tabBar_selected_02.png new file mode 100644 index 0000000..e5cf57f Binary files /dev/null and b/static/festival/tabBar_selected_02.png differ diff --git a/static/festival/tabBar_selected_03.png b/static/festival/tabBar_selected_03.png new file mode 100644 index 0000000..8b5e528 Binary files /dev/null and b/static/festival/tabBar_selected_03.png differ diff --git a/static/festival/tabBar_selected_04.png b/static/festival/tabBar_selected_04.png new file mode 100644 index 0000000..763c391 Binary files /dev/null and b/static/festival/tabBar_selected_04.png differ diff --git a/static/备份.txt b/static/备份.txt new file mode 100644 index 0000000..ce09808 --- /dev/null +++ b/static/备份.txt @@ -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" \ No newline at end of file