[更新]短视频轮播
This commit is contained in:
@@ -43,6 +43,9 @@ Component({
|
||||
methods: {
|
||||
// 视频滚动了
|
||||
changeVideo(e){
|
||||
|
||||
console.log(e)
|
||||
|
||||
let videoLists = this.data.videoList,
|
||||
current = e.detail.current,
|
||||
currentId = this.data.playId,
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
bindpause="vipdeBindPlay"
|
||||
loop
|
||||
>
|
||||
<cover-image class="videoLayer-play {{!isPlay ? 'show': ''}}" src="/static/icon/play_icon.png"></cover-image>
|
||||
</video>
|
||||
<image src=""></image>
|
||||
</swiper-item>
|
||||
</swiper>
|
||||
|
||||
Reference in New Issue
Block a user