diff --git a/pages.json b/pages.json index 39674fc..5242339 100644 --- a/pages.json +++ b/pages.json @@ -273,6 +273,20 @@ "navigationBarTitleText": "组件" } } + , + { + "path": "pages/takeaway/index", + "style": { + "navigationBarTitleText": "外卖" + } + } + , + { + "path": "pages/partJob/index", + "style": { + "navigationBarTitleText": "兼职" + } + } ], "tabBar": { @@ -282,20 +296,34 @@ "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index", - "iconPath": "static/images/tabbar/home.png", - "selectedIconPath": "static/images/tabbar/home_.png", + "iconPath": "static/images/tabbar/tu1-2.png", + "selectedIconPath": "static/images/tabbar/tu1-1.png", "text": "首页" }, { "pagePath": "pages/activity/index", "iconPath": "static/images/tabbar/tu1-4.png", "selectedIconPath": "static/images/tabbar/tu1-3.png", "text": "活动" - }, { - "pagePath": "pages/work/index", - "iconPath": "static/images/tabbar/work.png", - "selectedIconPath": "static/images/tabbar/work_.png", - "text": "工作台" - }, { + } + // , { + // "pagePath": "pages/work/index", + // "iconPath": "static/images/tabbar/work.png", + // "selectedIconPath": "static/images/tabbar/work_.png", + // "text": "工作台" + // } + ,{ + "pagePath": "pages/partJob/index", + "iconPath": "static/images/tabbar/tu1-6.png", + "selectedIconPath": "static/images/tabbar/tu1-5.png", + "text": "兼职" + } + ,{ + "pagePath": "pages/takeaway/index", + "iconPath": "static/images/tabbar/tu1-8.png", + "selectedIconPath": "static/images/tabbar/tu1-7.png", + "text": "外卖" + } + , { "pagePath": "pages/mine/index", "iconPath": "static/images/tabbar/tu1-10.png", "selectedIconPath": "static/images/tabbar/tu1-9.png", diff --git a/pages/partJob/index.vue b/pages/partJob/index.vue new file mode 100644 index 0000000..7bd9ffe --- /dev/null +++ b/pages/partJob/index.vue @@ -0,0 +1,19 @@ + + + \ No newline at end of file diff --git a/pages/takeaway/index.vue b/pages/takeaway/index.vue new file mode 100644 index 0000000..987f156 --- /dev/null +++ b/pages/takeaway/index.vue @@ -0,0 +1,19 @@ + + + \ No newline at end of file diff --git a/static/images/login/手机.png b/static/images/login/手机.png deleted file mode 100644 index 7f69727..0000000 Binary files a/static/images/login/手机.png and /dev/null differ diff --git a/static/images/login/电话.png b/static/images/login/电话.png deleted file mode 100644 index a757d9b..0000000 Binary files a/static/images/login/电话.png and /dev/null differ