From 429eb4aac0c116893b75d66d31f3ce2fb185076d Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Sat, 21 Nov 2020 22:27:26 +0100 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E5=8A=A8getChannelList=E5=88=B0if?= =?UTF-8?q?=E9=87=8C,=E9=81=BF=E5=85=8D=E4=B8=8D=E5=BF=85=E8=A6=81?= =?UTF-8?q?=E7=9A=84=E5=BC=80=E9=94=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Play.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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: {