Commit 7e4da02a authored by Chen Jiping's avatar Chen Jiping

完善

parent 66cc63e3
......@@ -622,8 +622,8 @@ export class PlayComponent implements OnInit, OnDestroy {
let practice = this.data.practices[i];
this.addUrlToAudioObj('practice_' + i, practice.audio_url, 1, false, ()=>{
this.playPic.alpha = 1;
this.playingPic.alpha = 0;
this.playing = false;
this.showPlayStauts();
});
}
......@@ -1450,6 +1450,10 @@ export class PlayComponent implements OnInit, OnDestroy {
let x = item.pic.x;
let y = item.pic.y;
item.pic.scaleY = 0;
item.pic.scaleX = 0;
for(let i = 0; i < this.ballon_temp_arr.length; ++ i){
let answer = this.ballon_temp_arr[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