Commit d561fe2d authored by liujiangnan's avatar liujiangnan

test: 音频播放

parent 83f89700
...@@ -2082,7 +2082,7 @@ export class PlayComponent implements OnInit, OnDestroy { ...@@ -2082,7 +2082,7 @@ export class PlayComponent implements OnInit, OnDestroy {
}; };
audio.hasEndedEvent = true; audio.hasEndedEvent = true;
} }
audio.load(); // audio.load();
audio.play(); audio.play();
} else { } else {
this.showPicSound(); this.showPicSound();
......
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