From ce43ef0f6739026bc6772d13f5466c7452313335 Mon Sep 17 00:00:00 2001 From: Bobi <2166145077@qq.com> Date: Wed, 20 Nov 2024 20:51:06 +0800 Subject: [PATCH] ggg --- components/base/tabbar.vue | 22 +-- pages.json | 59 ++++++ pages/index/cart.vue | 239 ++++++---------------- pages/index/category.vue | 192 ++++++++---------- pages/index/center.vue | 385 +++++++++++------------------------- pages/index/index.vue | 479 +++++++++++++-------------------------------- 6 files changed, 446 insertions(+), 930 deletions(-) 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 @@