关注视频的优化

This commit is contained in:
THK3121 2023-06-02 15:46:47 +08:00
parent 6110b4a2f7
commit ef90cf2e9b

View File

@ -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;