Commit 6e461e74 authored by Chen Jiping's avatar Chen Jiping

fix:修复无序号音频的时候导致无法点击的问题

parent bc8a41ff
......@@ -995,9 +995,14 @@ export class PlayComponent implements OnInit, OnDestroy {
this.curAudio = audio;
if(audio){
this.playAudio(key, true, () =>{
this.canTouch = true;
});
}
else{
this.canTouch = 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