From 05e4df5751c28536de5801bd489d43fcd0acc6ef Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Thu, 13 Mar 2025 16:21:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E6=89=8B=E8=BD=A6=E4=BA=A4=E6=98=93?= =?UTF-8?q?=EF=BC=8Cswiper=E6=98=BE=E7=A4=BA=E6=9F=A5=E7=9C=8B=E5=81=9A?= =?UTF-8?q?=E4=B8=A4=E5=A5=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/secondHandCar/forSale.vue | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src/views/secondHandCar/forSale.vue b/src/views/secondHandCar/forSale.vue index 9def4c11..2ee5586b 100644 --- a/src/views/secondHandCar/forSale.vue +++ b/src/views/secondHandCar/forSale.vue @@ -7,7 +7,12 @@
- + + + + + + @@ -159,6 +164,7 @@ export default { window.location.href = `tel:${this.detailInfo.contactNumber}`; }, onChange(index) { + console.log("index",index) this.current = index; }, } @@ -196,6 +202,8 @@ export default { box-sizing: border-box; padding: 0 6px; margin-top: -15px; + position: relative; + z-index: 111; } .wrapCommon{ width: 100%; @@ -325,9 +333,9 @@ export default { .van-swipe-item{ height: 215px; background-color: pink; - .swipeImg{ - width: 100%; - height: 100%; - } +} +.swipeImg{ + width: 100%; + height: 100%; }