diff --git a/README.md b/README.md index 7008566..d2a8e24 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#酒店桌布小程序 +#招聘小程序 ![](./doc/home.png) ![](./doc/home-s.png) diff --git a/components/base/tabbar.vue b/components/base/tabbar.vue index 732e9ef..417a4e7 100644 --- a/components/base/tabbar.vue +++ b/components/base/tabbar.vue @@ -36,33 +36,25 @@ "selectedIconPath": "/static/image/tabbar/home-a.png", "iconPath": "/static/image/tabbar/home.png", "pagePath": "/pages/index/index", - "title": "首页" - }, - { - "selectedIconPath": "/static/image/tabbar/category-a.png", - "iconPath": "/static/image/tabbar/category.png", - "pagePath": "/pages/index/category", - "title": "分类", - isNotShop : true, + "title": "找工作" }, { "selectedIconPath": "/static/image/tabbar/order-a.png", "iconPath": "/static/image/tabbar/order.png", - "pagePath": "/pages/index/order", - "title": "订单中心" + "pagePath": "/pages/index/keepAccounts", + "title": "记工记账" }, { - "selectedIconPath": "/static/image/tabbar/cart-a.png", - "iconPath": "/static/image/tabbar/cart.png", - "pagePath": "/pages/index/cart", - "title": "购物车", - isNotShop : true, + "selectedIconPath": "/static/image/tabbar/order-a.png", + "iconPath": "/static/image/tabbar/order.png", + "pagePath": "/pages/index/consult", + "title": "考证咨询", }, { "selectedIconPath": "/static/image/tabbar/center-a.png", "iconPath": "/static/image/tabbar/center.png", "pagePath": "/pages/index/center", - "title": "个人中心" + "title": "会员中心" } ] }; diff --git a/doc/home.png b/doc/home.png index 564a41d..3fc183d 100644 Binary files a/doc/home.png and b/doc/home.png differ diff --git a/pages.json b/pages.json index e8910a4..541be03 100644 --- a/pages.json +++ b/pages.json @@ -6,13 +6,13 @@ } }, { - "path": "pages/index/order", + "path": "pages/index/consult", "style": { "navigationBarTitleText": "" } }, { - "path": "pages/index/category", + "path": "pages/index/keepAccounts", "style": { "navigationBarTitleText": "" } @@ -22,12 +22,6 @@ "style": { "navigationBarTitleText": "" } - }, - { - "path": "pages/index/cart", - "style": { - "navigationBarTitleText": "" - } } ], "preloadRule": { diff --git a/pages/index/cart.vue b/pages/index/cart.vue deleted file mode 100644 index 4c9a7c2..0000000 --- a/pages/index/cart.vue +++ /dev/null @@ -1,259 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/index/category.vue b/pages/index/category.vue deleted file mode 100644 index 17ab40d..0000000 --- a/pages/index/category.vue +++ /dev/null @@ -1,181 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/index/consult.vue b/pages/index/consult.vue new file mode 100644 index 0000000..b60fe4e --- /dev/null +++ b/pages/index/consult.vue @@ -0,0 +1,44 @@ + + + + + diff --git a/pages/index/index.vue b/pages/index/index.vue index dc9e069..b13468b 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,112 +1,6 @@