diff --git a/src/components/Play.vue b/src/components/Play.vue index 533c223..f8159e8 100644 --- a/src/components/Play.vue +++ b/src/components/Play.vue @@ -400,8 +400,10 @@ export default { this.right.show = false this.right.type = '' if (this.view === 'Play') { - this.getChannelList() - if (this.video.key === '' && !this.video.iptv) this.channelListShow = true + if (this.video.key === '' && !this.video.iptv) { + this.getChannelList() + this.channelListShow = true + } } }, video: {