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%; }