Commit 992ec10b authored by Chen Jiping's avatar Chen Jiping

--no commit message

--no commit message
parent 485e2042
......@@ -979,14 +979,12 @@ export class PlayComponent implements OnInit, OnDestroy {
this.bgAudio.pause();
}
this.curAudio = this.playAudio(this.curHotZoneItem.data.audio_url, true);
this.curAudio = this.playAudio(this.curHotZoneItem.data.audio_url, true, () => {
setTimeout(()=>{
this.curIndex++;
this.showNext();
}, 3000);
});
}
});
......
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