diff --git a/pages.json b/pages.json index b83611a..d61eeb5 100644 --- a/pages.json +++ b/pages.json @@ -57,5 +57,29 @@ "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" + }, + "tabBar":{ + "color": "#7A7E83", + "selectedColor": "#3cc51f", + "borderStyle": "black", + "backgroundColor": "#ffffff", + "height": "50px", + "fontSize": "10px", + "iconWidth": "24px", + "spacing": "3px", + "list": [{ + "pagePath": "pages/index/index", + "iconPath": "", + "selectedIconPath": "", + "text": "首页", + "selectedColor":"#FBFBFB" + }, { + "pagePath": "pages/user/index", + "iconPath": "", + "selectedIconPath": "", + "text": "我的", + "selectedColor":"#FBFBFB" + }] + } } diff --git a/pages/index/index.vue b/pages/index/index.vue index 1e86ffe..e2d1833 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -46,6 +46,7 @@ 投诉简介