From 3b0ec94d2b4b874e4baabff1288b5b11ae54811d Mon Sep 17 00:00:00 2001 From: buvta <12312540+buvta@users.noreply.github.com> Date: Mon, 14 Dec 2020 16:49:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B4=E6=92=AD=E5=81=9C=E6=AD=A2=E6=97=B6?= =?UTF-8?q?=E4=BA=A6=E5=8F=AF=E5=BC=B9=E5=87=BA=E9=A2=91=E9=81=93=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Play.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Play.vue b/src/components/Play.vue index 22dfb16..4ffb766 100644 --- a/src/components/Play.vue +++ b/src/components/Play.vue @@ -421,7 +421,7 @@ export default { this.right.show = false this.right.type = '' this.getChannelList() - if (this.video.key === '' && !this.video.iptv) { + if (this.video.key === '' && !this.isLive) { this.channelListShow = true } } @@ -1433,6 +1433,7 @@ export default { this.xg = null this.name = '' this.isLive = false + this.channelListShow = true this.showTimeSpanSetting = false this.right.list = [] this.getAllhistory()