|
@@ -359,7 +359,9 @@
|
|
this.leftList[0].height = single.widthHeight.split('x')[1],
|
|
this.leftList[0].height = single.widthHeight.split('x')[1],
|
|
this.uploadStatus = 3;//处理完毕
|
|
this.uploadStatus = 3;//处理完毕
|
|
this.stopInterval();//停止轮询
|
|
this.stopInterval();//停止轮询
|
|
- this.addRealVideo();
|
|
|
|
|
|
+ if(this.peopleIndex==0 && this.tabIndex==0){//如果当前在个人形象上,则替换视频
|
|
|
|
+ this.addRealVideo();
|
|
|
|
+ }
|
|
}else{//没有结果
|
|
}else{//没有结果
|
|
let progress = single.progress;
|
|
let progress = single.progress;
|
|
progress = progress.replace(this.videoId + ':','');
|
|
progress = progress.replace(this.videoId + ':','');
|