Commit 6351e9aa authored by liujiangnan's avatar liujiangnan

fix: 音效

parent af100588
...@@ -492,11 +492,11 @@ export class PlayComponent implements OnInit, OnDestroy { ...@@ -492,11 +492,11 @@ export class PlayComponent implements OnInit, OnDestroy {
}); });
// this.playAudio('tip', true); this.playAudio('tip', true);
// if (shape.audio) { if (shape.audio) {
// shape.audio.play(); shape.audio.play();
// } }
shape.end = true; shape.end = 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