From cc6ead1ce2e721080f0807fc6135be1cac094b2a Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Fri, 13 Sep 2024 19:27:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/base/tabbar.vue | 23 +- pages.json | 27 +- pages/index/category.vue | 181 ---------- pages/index/center.vue | 399 ++++----------------- pages/index/index.vue | 360 ------------------- pages/index/tourGuide.vue | 27 ++ .../auth/loginAndRegisterAndForgetPassword.vue | 2 +- {pages/index => pages_order/mine}/cart.vue | 0 {pages/index => pages_order/order}/order.vue | 34 +- static/image/center/1.png | Bin 1215 -> 5235 bytes static/image/center/10.png | Bin 45856 -> 0 bytes static/image/center/2.png | Bin 6235 -> 5359 bytes static/image/center/3.png | Bin 6082 -> 5628 bytes static/image/center/4.png | Bin 1783 -> 5762 bytes static/image/center/5.png | Bin 2887 -> 0 bytes static/image/center/6.png | Bin 2123 -> 0 bytes static/image/center/7.png | Bin 2439 -> 0 bytes static/image/center/8.png | Bin 2576 -> 0 bytes static/image/center/9.png | Bin 2167 -> 0 bytes static/image/tabbar/cart-a.png | Bin 958 -> 0 bytes static/image/tabbar/cart.png | Bin 953 -> 0 bytes static/image/tabbar/category-a.png | Bin 1139 -> 0 bytes static/image/tabbar/category.png | Bin 1183 -> 0 bytes static/image/tabbar/center-a.png | Bin 915 -> 972 bytes static/image/tabbar/home-a.png | Bin 2280 -> 2405 bytes static/image/tabbar/order-a.png | Bin 691 -> 0 bytes static/image/tabbar/order.png | Bin 736 -> 0 bytes uni.scss | 2 +- 28 files changed, 130 insertions(+), 925 deletions(-) delete mode 100644 pages/index/category.vue create mode 100644 pages/index/tourGuide.vue rename {pages/index => pages_order/mine}/cart.vue (100%) rename {pages/index => pages_order/order}/order.vue (90%) delete mode 100644 static/image/center/10.png delete mode 100644 static/image/center/5.png delete mode 100644 static/image/center/6.png delete mode 100644 static/image/center/7.png delete mode 100644 static/image/center/8.png delete mode 100644 static/image/center/9.png delete mode 100644 static/image/tabbar/cart-a.png delete mode 100644 static/image/tabbar/cart.png delete mode 100644 static/image/tabbar/category-a.png delete mode 100644 static/image/tabbar/category.png delete mode 100644 static/image/tabbar/order-a.png delete mode 100644 static/image/tabbar/order.png diff --git a/components/base/tabbar.vue b/components/base/tabbar.vue index 7807784..e6d435b 100644 --- a/components/base/tabbar.vue +++ b/components/base/tabbar.vue @@ -4,7 +4,6 @@ :class="{item : true, active : select == index}" v-for="(item, index) in list" :key="index" - v-if="!item.isNotShop || !userShop" @click="toPath(item, index)"> - - - - - - - - 租赁 - - - - - - - - {{item.unit}} - - - - - - - - - - - - - - \ No newline at end of file diff --git a/pages/index/center.vue b/pages/index/center.vue index 037fe9c..e27c702 100644 --- a/pages/index/center.vue +++ b/pages/index/center.vue @@ -9,184 +9,81 @@ - 倾心. + 微信用户 - - 今天是您来的的第32天 + 加入时间:2024-03-03 - - 角色切换 - - + - - - - - - 我的用户 - - - - - 客户:王生 - - - 剩余水洗布:198 - - - - - - - - - - - - - - - 余额¥3000 - - - - - - - - 押金¥30000 - - - - - - 常用功能 - - - - - - 地址管理 - - - - - 订单管理 - - - - - 换货 - - - - - 退货 - - - - - - - - - 联系客服 - - - - - 我的租赁 - - - - - 租赁车 - - - - - 申请成为水洗店 - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - 联系客服 - 确定拨打客服电话? - - - - - - - - - - - - - + @@ -228,50 +99,25 @@ \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index 6710415..71b2fcc 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,112 +1,6 @@