From 82df96e4d09229a8d839be2fe61020e9dd31a3e9 Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Sat, 14 Nov 2020 20:07:46 +0100 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=81=A2=E5=A4=8D=E7=AA=97?= =?UTF-8?q?=E5=8F=A3=E8=A7=86=E9=A2=91=E4=B8=8D=E6=81=A2=E5=A4=8D=E6=92=AD?= =?UTF-8?q?=E6=94=BE=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Play.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Play.vue b/src/components/Play.vue index 50eb66d..d05256a 100644 --- a/src/components/Play.vue +++ b/src/components/Play.vue @@ -1201,7 +1201,7 @@ export default { } }) win.on('restore', () => { - if (this.xg && this.config.src) { + if (this.xg && this.xg.hasStart) { this.xg.play() } })