diff --git a/components/base/tabbar.vue b/components/base/tabbar.vue index ad879c9..4cd0e46 100644 --- a/components/base/tabbar.vue +++ b/components/base/tabbar.vue @@ -38,31 +38,11 @@ "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, - }, - { - "selectedIconPath": "/static/image/tabbar/order-a.png", - "iconPath": "/static/image/tabbar/order.png", - "pagePath": "/pages/index/order", - "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/center-a.png", "iconPath": "/static/image/tabbar/center.png", "pagePath": "/pages/index/center", - "title": "个人中心" + "title": "我的" } ] }; diff --git a/pages.json b/pages.json index e8910a4..251b1ec 100644 --- a/pages.json +++ b/pages.json @@ -67,7 +67,66 @@ }, { "path": "mine/help" + }, + { + "path" : "order/WorkOrders" + }, + { + "path" : "order/ModifyWorkOrder", + "style" : + { + "navigationBarTitleText" : "" + } + }, + { + "path" : "order/FavoriteList", + "style" : + { + "navigationBarTitleText" : "" + } + }, + { + "path" : "order/WorkOrderListitem", + "style" : + { + "navigationBarTitleText" : "" + } + }, + + { + "path" : "order/ProcessCardOne", + "style" : + { + "navigationBarTitleText" : "" + } + + }, + { + "path" : "order/ProcessCardTo", + "style" : + { + "navigationBarTitleText" : "" + } + + }, + { + "path" : "order/ProcessCardThree", + "style" : + { + "navigationBarTitleText" : "" + } + + }, + { + "path" : "order/ProcessCardFour", + "style" : + { + "navigationBarTitleText" : "" + } + } + + ] }], "globalStyle": { diff --git a/pages/index/cart.vue b/pages/index/cart.vue index 4c9a7c2..e054bb2 100644 --- a/pages/index/cart.vue +++ b/pages/index/cart.vue @@ -1,81 +1,42 @@