From 72ae7494d2f0479dad0a17b147758ae2e6cf4a35 Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Sat, 27 Feb 2021 22:23:25 +0100 Subject: [PATCH] =?UTF-8?q?=E5=BD=93IPTV=E7=9A=84=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E4=B8=BA=E7=A9=BA=E6=97=B6=EF=BC=8C=E4=B8=8D=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=A2=91=E9=81=93=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Play.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Play.vue b/src/components/Play.vue index ded673b..0164d2e 100644 --- a/src/components/Play.vue +++ b/src/components/Play.vue @@ -453,7 +453,7 @@ export default { this.right.show = false this.right.type = '' this.getChannelList() - if (this.video.key === '' && !this.isLive) { + if (this.video.key === '' && !this.isLive && this.channelList?.length > 0) { this.state.showChannelList = true } }