From b097d35d48c0327d6eb016a6875afe7f87b56d84 Mon Sep 17 00:00:00 2001 From: woody Date: Mon, 27 Oct 2025 13:59:34 +0800 Subject: [PATCH] =?UTF-8?q?feat(global):=20=E5=BA=95=E9=83=A8=E5=AF=BC?= =?UTF-8?q?=E8=88=AA=E6=A0=8F=E7=A7=BB=E9=99=A4=E4=BC=9A=E5=91=98=E4=B8=93?= =?UTF-8?q?=E5=8C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/cl-tabbar.vue | 92 +------------------------------------ pages/index/index.vue | 3 +- pages/mine/index.vue | 14 +++--- pages/mine/share/index.vue | 4 +- pages/shoppingCar/index.vue | 10 +--- 5 files changed, 13 insertions(+), 110 deletions(-) diff --git a/components/cl-tabbar.vue b/components/cl-tabbar.vue index 2035a8b..9f16c77 100644 --- a/components/cl-tabbar.vue +++ b/components/cl-tabbar.vue @@ -23,18 +23,7 @@ src="@/static/images/one2.png" > - - - - + - - - - - - - - - - - - - - - - - - - - - - - - @@ -165,10 +79,6 @@ export default { text: '首页', path: 'pages/index/index', }, - { - text: '会员专区', - path: 'pages/specialArea/index', - }, { text: '个人推广', path: 'pages/mine/share/index', diff --git a/pages/index/index.vue b/pages/index/index.vue index d668a13..f3c59b1 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -101,13 +101,12 @@ import areaProductList from '@/components/area-product-list/index.vue' import { formatCurrency } from '@/util/index.js' import { mapGetters } from 'vuex' import RegionSelect from '@/components/region-select/index.vue' -import RaisedTabbar from '@/components/raised-tabbar.vue' import GoodsList from '@/components/goods-list.vue' import RankingPopup from '@/components/RankingPopup.vue' export default { components: { noticePopup, - 'cl-tabbar': RaisedTabbar, + 'cl-tabbar': clTabbar, areaProductList, RegionSelect, GoodsList, diff --git a/pages/mine/index.vue b/pages/mine/index.vue index 5d5e116..8c01878 100644 --- a/pages/mine/index.vue +++ b/pages/mine/index.vue @@ -53,7 +53,7 @@ - +