mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-05-05 20:44:52 +08:00
直播停止时亦可弹出频道列表
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user