From 06ee3b90380646b76614a5f4f823d3002514d863 Mon Sep 17 00:00:00 2001 From: ghusermoon <2673031505@qq.com> Date: Tue, 18 Aug 2020 10:38:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=8B=BC=E5=9B=A2=E6=8E=A8?= =?UTF-8?q?=E8=8D=90=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/shop/list/index.vue | 2 +- components/shop/list/item.vue | 4 ++-- components/shop/recommend/pintuan.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/shop/list/index.vue b/components/shop/list/index.vue index 7bcaeb5..8136385 100644 --- a/components/shop/list/index.vue +++ b/components/shop/list/index.vue @@ -100,7 +100,7 @@ export default { }, setSwiperHeight() { // height: 480rpx, margin-bottom: 26rpx - const height = Math.ceil(this.goodsList[this.current].length / 2) * (480 + 26); + const height = Math.ceil(this.goodsList[this.current].length / 2) * (450 + 26); this.swiperHeight = height == 0 ? '230rpx' : height + 'rpx'; // console.log(this.swiperHeight); }, diff --git a/components/shop/list/item.vue b/components/shop/list/item.vue index 2d19f12..b45bb0e 100644 --- a/components/shop/list/item.vue +++ b/components/shop/list/item.vue @@ -44,14 +44,14 @@ export default {