|
@@ -10,13 +10,10 @@ const swiperOpts = reactive({
|
|
|
swiperDotIndex: 0,
|
|
swiperDotIndex: 0,
|
|
|
data: [
|
|
data: [
|
|
|
{
|
|
{
|
|
|
- image: "/static/images/banner/001.jpg",
|
|
|
|
|
|
|
+ image: "/static/images/banner/01.jpg",
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- image: "/static/images/banner/002.jpg",
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- image: "/static/images/banner/003.jpg",
|
|
|
|
|
|
|
+ image: "/static/images/banner/02.jpg",
|
|
|
},
|
|
},
|
|
|
],
|
|
],
|
|
|
})
|
|
})
|
|
@@ -139,7 +136,7 @@ view {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.swiper-box {
|
|
.swiper-box {
|
|
|
- height: 150px;
|
|
|
|
|
|
|
+ height: 300rpx;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.swiper-item {
|
|
.swiper-item {
|