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 } }