fix:优化人工进项目
This commit is contained in:
		
							parent
							
								
									508c3f3954
								
							
						
					
					
						commit
						8251bed720
					
				| @ -996,6 +996,7 @@ struct Index { | ||||
|         AmplifyPopup({ | ||||
|           amplifyImgIndex: this.amplifiedImgIndex, | ||||
|           confirmAmplify: async (amplify) => { | ||||
|             if(this.setManualProjectFn(this.amplifiedImgIndex)){ | ||||
|               clearTimeout(this.popTimer) | ||||
|               this.popTimer = null | ||||
|               this.popTimer = setTimeout(async () => { | ||||
| @ -1004,6 +1005,12 @@ struct Index { | ||||
|                 this.isAmplifyPopShow = false | ||||
|                 this.popTimer = null; | ||||
|               }, 500) | ||||
|             }else{ | ||||
|               Prompt.showToast({ | ||||
|                 message: `有项目未结束,不允许人操作!`, | ||||
|                 duration: 8000 | ||||
|               }); | ||||
|             } | ||||
|           }, | ||||
|           closeAmplifyPop: () => { | ||||
|             this.isAmplifyPopShow = false | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user