Commit 726d7e43 authored by 李维's avatar 李维

Bug fix

parent 0448ef30
...@@ -1132,11 +1132,11 @@ export class PlayComponent implements OnInit, OnDestroy { ...@@ -1132,11 +1132,11 @@ export class PlayComponent implements OnInit, OnDestroy {
} }
triggerSlienceAudio() { triggerSlienceAudio() {
if(!this.g_playSlienceAudio) { // if(!this.g_playSlienceAudio) {
this.g_cartoon.playAudio("sm-slience", false, ()=>{ // this.g_cartoon.playAudio("sm-slience", false, ()=>{
this.g_playSlienceAudio = true; // this.g_playSlienceAudio = true;
}) // })
} // }
} }
......
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