From e1c14af914ffdfe69de7b54d990058f757420a84 Mon Sep 17 00:00:00 2001 From: mabo Date: Thu, 3 Jun 2021 16:17:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B9=B0=E5=AE=B6=E7=AB=AF?= =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/src/components/drawer/Drawer.vue | 2 - buyer/src/components/drawer/Main.vue | 6 +- buyer/src/components/empty/Main.vue | 5 - buyer/src/components/footer/Footer.vue | 2 +- .../src/components/goodsDetail/Promotion.vue | 8 +- .../src/components/goodsDetail/ShowGoods.vue | 23 ++- .../goodsDetail/ShowGoodsDetail.vue | 35 ++-- .../goodsDetail/ShowGoodsQuestion.vue | 53 ------ .../goodsDetail/ShowProductWarranty.vue | 85 --------- buyer/src/components/header/Header.vue | 18 +- buyer/src/components/header/ShopHeader.vue | 2 +- buyer/src/components/header/hoverSearch.vue | 2 +- .../indexDecorate/modelList/carousel.vue | 4 +- .../modelList/firstPageAdvert.vue | 1 - .../indexDecorate/modelList/notEnough.vue | 3 +- .../indexDecorate/modelList/seckill.vue | 2 +- buyer/src/pages/PointGoods.vue | 171 ------------------ buyer/src/pages/PointMall.vue | 6 +- 18 files changed, 56 insertions(+), 372 deletions(-) delete mode 100644 buyer/src/components/goodsDetail/ShowGoodsQuestion.vue delete mode 100644 buyer/src/components/goodsDetail/ShowProductWarranty.vue delete mode 100644 buyer/src/pages/PointGoods.vue diff --git a/buyer/src/components/drawer/Drawer.vue b/buyer/src/components/drawer/Drawer.vue index 54db455f..d7990232 100644 --- a/buyer/src/components/drawer/Drawer.vue +++ b/buyer/src/components/drawer/Drawer.vue @@ -151,8 +151,6 @@ export default { ] }; }, - components: {}, - mounted () {}, methods: { getCartList () { // 获取购物车列表 this.loading = true diff --git a/buyer/src/components/drawer/Main.vue b/buyer/src/components/drawer/Main.vue index c5c32162..78252f5a 100644 --- a/buyer/src/components/drawer/Main.vue +++ b/buyer/src/components/drawer/Main.vue @@ -44,12 +44,12 @@ export default { } }, methods: { - showCartNum (item) { + showCartNum (item) { // 获取购物车数量 if (this.userInfo && item.title === '购物车') { this.getCartList() } }, - clickBar (val) { + clickBar (val) { // tabbar点击操作 if (!this.userInfo) { this.$Modal.confirm({ title: '请登录', @@ -83,7 +83,7 @@ export default { } } }, - openBlank (path) { + openBlank (path) { // 新页面打开地址 let routerUrl = this.$router.resolve({ path: path }) diff --git a/buyer/src/components/empty/Main.vue b/buyer/src/components/empty/Main.vue index a1af93a8..4b0a0555 100644 --- a/buyer/src/components/empty/Main.vue +++ b/buyer/src/components/empty/Main.vue @@ -13,11 +13,6 @@ @@ -283,14 +276,12 @@ export default { } .item-intro-detail{ margin: 0 30px; - // min-height: 1500px; width: 100%; } .item-intro-nav{ width: 100%; height: 38px; background-color: #F7F7F7; - // border-bottom: 1px solid $theme_color; } .item-intro-nav ul{ margin: 0px; @@ -329,8 +320,6 @@ export default { width: 240px; height: 36px; font-size: 14px; - /* text-align: center; */ - /* background-color: #ccc; */ } .item-param-title { color: #232323; diff --git a/buyer/src/components/goodsDetail/ShowGoodsQuestion.vue b/buyer/src/components/goodsDetail/ShowGoodsQuestion.vue deleted file mode 100644 index bd70c809..00000000 --- a/buyer/src/components/goodsDetail/ShowGoodsQuestion.vue +++ /dev/null @@ -1,53 +0,0 @@ - - - diff --git a/buyer/src/components/goodsDetail/ShowProductWarranty.vue b/buyer/src/components/goodsDetail/ShowProductWarranty.vue deleted file mode 100644 index 3bbb7550..00000000 --- a/buyer/src/components/goodsDetail/ShowProductWarranty.vue +++ /dev/null @@ -1,85 +0,0 @@ - - - - - diff --git a/buyer/src/components/header/Header.vue b/buyer/src/components/header/Header.vue index 8293b17a..55281fbf 100644 --- a/buyer/src/components/header/Header.vue +++ b/buyer/src/components/header/Header.vue @@ -25,7 +25,6 @@