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 @@