From 0d39f486e9f250ffe63f90870d473be451995f0b Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Fri, 17 Nov 2023 18:17:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E5=95=86=E6=88=B7?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E4=B8=89=20=E7=82=B9=E5=87=BB=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E6=97=A0=E6=95=88=20=E4=BC=98=E5=8C=96=EF=BC=9A?= =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83=E5=B9=BF=E5=91=8A=E5=9B=BE?= =?UTF-8?q?=E6=AF=94=E4=BE=8B=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/component/shopList.vue | 2 +- pages/user/index.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/index/component/shopList.vue b/pages/index/component/shopList.vue index e2616c1..50df72a 100644 --- a/pages/index/component/shopList.vue +++ b/pages/index/component/shopList.vue @@ -50,7 +50,7 @@ - + diff --git a/pages/user/index.vue b/pages/user/index.vue index d8c63af..5a63fbd 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -133,7 +133,7 @@ - + @@ -586,7 +586,7 @@ const element = "#wrap" + this.currIndex; const query = uni.createSelectorQuery().in(this); query.select(element).boundingClientRect(data => { - this.swiperHeight = data.width * 9 / 16; + this.swiperHeight = data.width * 7 / 20; }).exec(); // query.select(element).boundingClientRect();