关注视频的优化
This commit is contained in:
parent
6110b4a2f7
commit
ef90cf2e9b
@ -389,6 +389,7 @@
|
||||
page: 1,
|
||||
limit: 10
|
||||
},
|
||||
communityId:'',
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
@ -682,9 +683,7 @@
|
||||
console.log('eeeee', event.detail.current);
|
||||
this.k = event.detail.current;
|
||||
this.posterImage = false;
|
||||
if (this.isLogin) {
|
||||
this.downloadFilePromotionCode(this.dataList[this.k]['community_id']);
|
||||
}
|
||||
this.communityId = this.dataList[this.k]['community_id'];
|
||||
|
||||
},
|
||||
animationfinish(event) {
|
||||
@ -791,6 +790,7 @@
|
||||
})
|
||||
},
|
||||
videoData(list) {
|
||||
this.communityId = list[0]['community_id']
|
||||
if (list.length == 0) return
|
||||
let that = this;
|
||||
that.page = that.page + 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user