zjs_project 7 ماه پیش
والد
کامیت
770369938f
2فایلهای تغییر یافته به همراه16 افزوده شده و 4 حذف شده
  1. 8 2
      src/components/newBottomCom/viewMask/viewMask.vue
  2. 8 2
      src/components/newQCCom/viewMask/viewMask.vue

+ 8 - 2
src/components/newBottomCom/viewMask/viewMask.vue

@@ -957,7 +957,10 @@
 						this.loadingMsg = '启动中';
 					}
 					this.count = this.count + 1;
-					this.getOutPicture();
+					// this.getOutPicture();
+                    setTimeout(()=>{
+                        this.getOutPicture();
+                    },1000)
 				}else if(single.status=='processing'){
 					let random = single.progress || 0;
 					if(random >= 100){
@@ -965,7 +968,10 @@
 					}
 					this.myloading = true;
 					this.loadingMsg = '生成中…' + parseInt(random) + '%';
-					this.getOutPicture();
+					// this.getOutPicture();
+                    setTimeout(()=>{
+                        this.getOutPicture();
+                    },1000)
 				}else if(single.status=='succeeded'){
 					this.myloading = true;
 					this.loadingMsg = '生成中…100%';

+ 8 - 2
src/components/newQCCom/viewMask/viewMask.vue

@@ -1006,7 +1006,10 @@
 						this.loadingMsg = '启动中';
 					}
 					this.count = this.count + 1;
-					this.getOutPicture();
+					// this.getOutPicture();
+                    setTimeout(()=>{
+                        this.getOutPicture();
+                    },1000)
 				}else if(single.status=='processing'){
 					let random = single.progress || 0;
 					if(random >= 100){
@@ -1014,7 +1017,10 @@
 					}
 					this.myloading = true;
 					this.loadingMsg = '生成中…' + parseInt(random) + '%';
-					this.getOutPicture();
+					// this.getOutPicture();
+                    setTimeout(()=>{
+                        this.getOutPicture();
+                    },1000)
 				}else if(single.status=='succeeded'){
 					this.myloading = true;
 					this.loadingMsg = '生成中…100%';