Commit 43c174da authored by Mac's avatar Mac

1

parent 911ab277
......@@ -520,8 +520,8 @@
if(res.data.IsShow == 1){
this.showStart = true;
this.startData = res.data;
innerAudioContext.autoplay = true;
innerAudioContext.src = res.data.MusicUrl;
innerAudioContext.play()
setTimeout(()=>{
this.showStart =false;
if (innerAudioContext != undefined) {//判断下不是无法暂停
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment