From 4c76fedeb8a53fb21f134001cf8223a46ad7d43a Mon Sep 17 00:00:00 2001 From: linxi Date: Fri, 14 Mar 2025 16:42:23 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3339=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=8D=83=E5=8E=BF=E5=B0=81?= =?UTF-8?q?=E9=9D=A2=E4=B8=BA=E8=A7=86=E9=A2=91=E6=97=B6=EF=BC=8C=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E6=8C=87=E5=BC=95=E6=96=87=E5=AD=97=E5=81=8F=E4=B8=8B?= =?UTF-8?q?=EF=BC=8C=E5=BE=80=E4=B8=8A=E7=A7=BB=E4=B8=80=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/famousQianxianShop.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkg_product/views/famousQianxianShop.vue b/pkg_product/views/famousQianxianShop.vue index 3fb6193..a987516 100644 --- a/pkg_product/views/famousQianxianShop.vue +++ b/pkg_product/views/famousQianxianShop.vue @@ -844,6 +844,7 @@ export default { scrollTop: 100, duration: 300 }) + console.log(res.top); const imgs = [ { url: this.webUrl + '/引导页素材/千县名品/Group 4/Group 4-1.png', @@ -851,7 +852,7 @@ export default { position: 'absolute', zIndex: 99, width: '366rpx', - top: 460*2+'rpx', + top: (res.top-180)*2+'rpx', left: 80*2+'rpx', height: '167rpx', /* px: ; */ @@ -864,7 +865,7 @@ export default { position: 'absolute', zIndex: 99, width: '117rpx', - top: 440*2+'rpx', + top: (res.top-200)*2+'rpx', left: -60*2+'rpx', right: 0, margin: 'auto', @@ -878,7 +879,7 @@ export default { position: 'absolute', zIndex: 99, width: '117rpx', - top: 440*2+'rpx', + top: (res.top-200)*2+'rpx', left: 200*2+'rpx', height: '46rpx', },