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

完善

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