Commit f596cd58 authored by Chen Jiping's avatar Chen Jiping

fix:修复显示填空时的音效

parent 9dc1ac2c
...@@ -859,6 +859,7 @@ export class PlayComponent implements OnInit, OnDestroy { ...@@ -859,6 +859,7 @@ export class PlayComponent implements OnInit, OnDestroy {
if(this.checkClickTarget(exercises.bg)){ if(this.checkClickTarget(exercises.bg)){
this.clickExercises(exercises, i); this.clickExercises(exercises, i);
break;
} }
} }
...@@ -949,6 +950,7 @@ export class PlayComponent implements OnInit, OnDestroy { ...@@ -949,6 +950,7 @@ export class PlayComponent implements OnInit, OnDestroy {
this.playAudio(key, true); this.playAudio(key, true);
} }
else{ else{
this.playAudio('click');
exercises.showWord(i); exercises.showWord(i);
} }
......
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