Commit 053cae51 authored by Li Mingzhe's avatar Li Mingzhe

feat: 音频测试

parent 1e08fb74
......@@ -2075,6 +2075,9 @@ export class PlayComponent implements OnInit, OnDestroy {
audio.hasEndedEvent = true;
}
audio.pause();
audio.currentTime = 0;
audio.play();
} else {
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