Compare commits

..

No commits in common. "bef2944dff0aadbfb208322361711c28cfb0eb00" and "249ef5c13d346e4fbfaf80dcc3f3b9e034d75012" have entirely different histories.

View File

@ -90,8 +90,7 @@
<div class="bigAds" v-if="ads2Show"> <div class="bigAds" v-if="ads2Show">
<div class="bigAdsCon2"> <div class="bigAdsCon2">
<div class="bigAdsCon2_img"> <div class="bigAdsCon2_img">
<swiper :current="currentSwiperIndex" @change="onSwiperChange" @animationfinish="swipers" autoplay <swiper @animationfinish="swipers" autoplay circular>
circular>
<swiper-item v-for="(item, index) in popList" :key="index"> <swiper-item v-for="(item, index) in popList" :key="index">
<image :src="item.ad_picture" mode="aspectFill" /> <image :src="item.ad_picture" mode="aspectFill" />
</swiper-item> </swiper-item>
@ -149,9 +148,7 @@
categoryList: [], categoryList: [],
infoList: [], infoList: [],
selectedTab: 0, selectedTab: 0
currentAdIndex: 0
} }
}, },
async onLoad(options) { async onLoad(options) {
@ -356,9 +353,6 @@
// #endif // #endif
} }
}, },
onSwiperChange(e) {
this.currentAdIndex = e.detail.current;
},
onDetailClick() { onDetailClick() {
console.log('1111'); console.log('1111');
// 广 // 广