mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-05-05 16:03:29 +08:00
当IPTV的列表为空时,不显示频道列表
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user