直播主窗口隐藏退出mini图标

This commit is contained in:
buvta
2020-11-22 23:31:30 +08:00
parent 490d34e1fb
commit 6eaa281e4a

View File

@@ -497,6 +497,7 @@ export default {
this.name = channel.name
this.xg.src = channel.url
this.xg.play()
document.querySelector('xg-btn-quitMiniMode').style.display = 'none'
document.querySelector('xg-btn-showhistory').style.display = 'none'
document.querySelector('.xgplayer-playbackrate').style.display = 'none'
},