|
@@ -978,6 +978,7 @@ export default {
|
|
this.imgPopData.name=item.CoverName
|
|
this.imgPopData.name=item.CoverName
|
|
this.imgPopData.imgUrl=item.CoverUrl
|
|
this.imgPopData.imgUrl=item.CoverUrl
|
|
this.imgPopData.coverId=item.CommunityVideoCoverId
|
|
this.imgPopData.coverId=item.CommunityVideoCoverId
|
|
|
|
+ this.imgPopData.videoType=item.Type.toString()
|
|
}
|
|
}
|
|
this.showImgPop=true
|
|
this.showImgPop=true
|
|
this.$nextTick(()=>{
|
|
this.$nextTick(()=>{
|