直播停止时亦可弹出频道列表

This commit is contained in:
buvta
2020-12-14 16:49:03 +08:00
parent 9902d98342
commit 3b0ec94d2b

View File

@@ -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()