Compare commits
No commits in common. "bef2944dff0aadbfb208322361711c28cfb0eb00" and "249ef5c13d346e4fbfaf80dcc3f3b9e034d75012" have entirely different histories.
bef2944dff
...
249ef5c13d
@ -90,8 +90,7 @@
|
||||
<div class="bigAds" v-if="ads2Show">
|
||||
<div class="bigAdsCon2">
|
||||
<div class="bigAdsCon2_img">
|
||||
<swiper :current="currentSwiperIndex" @change="onSwiperChange" @animationfinish="swipers" autoplay
|
||||
circular>
|
||||
<swiper @animationfinish="swipers" autoplay circular>
|
||||
<swiper-item v-for="(item, index) in popList" :key="index">
|
||||
<image :src="item.ad_picture" mode="aspectFill" />
|
||||
</swiper-item>
|
||||
@ -149,9 +148,7 @@
|
||||
|
||||
categoryList: [],
|
||||
infoList: [],
|
||||
selectedTab: 0,
|
||||
|
||||
currentAdIndex: 0
|
||||
selectedTab: 0
|
||||
}
|
||||
},
|
||||
async onLoad(options) {
|
||||
@ -356,9 +353,6 @@
|
||||
// #endif
|
||||
}
|
||||
},
|
||||
onSwiperChange(e) {
|
||||
this.currentAdIndex = e.detail.current;
|
||||
},
|
||||
onDetailClick() {
|
||||
console.log('1111');
|
||||
// 获取当前显示的广告项
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user