From 6eaa281e4a25902713cea9e0257992eb5e0ab993 Mon Sep 17 00:00:00 2001 From: buvta <12312540+buvta@users.noreply.github.com> Date: Sun, 22 Nov 2020 23:31:30 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B4=E6=92=AD=E4=B8=BB=E7=AA=97=E5=8F=A3?= =?UTF-8?q?=E9=9A=90=E8=97=8F=E9=80=80=E5=87=BAmini=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Play.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Play.vue b/src/components/Play.vue index 70bc159..61f0f5a 100644 --- a/src/components/Play.vue +++ b/src/components/Play.vue @@ -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' },