| 
					
					
						
							
						
					
					
				 | 
				@ -118,7 +118,7 @@ | 
			
		
		
	
		
			
				 | 
				 | 
								let current_count = this.image_count - this.image_list.length; | 
				 | 
				 | 
								let current_count = this.image_count - this.image_list.length; | 
			
		
		
	
		
			
				 | 
				 | 
								if(current_count == 0) return; | 
				 | 
				 | 
								if(current_count == 0) return; | 
			
		
		
	
		
			
				 | 
				 | 
								uni.chooseImage({ | 
				 | 
				 | 
								uni.chooseImage({ | 
			
		
		
	
		
			
				 | 
				 | 
									count: current_count, | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
									count: 1, | 
			
		
		
	
		
			
				 | 
				 | 
									complete: result => { | 
				 | 
				 | 
									complete: result => { | 
			
		
		
	
		
			
				 | 
				 | 
										if(result.errMsg == "chooseImage:fail cancel"){ | 
				 | 
				 | 
										if(result.errMsg == "chooseImage:fail cancel"){ | 
			
		
		
	
		
			
				 | 
				 | 
											return; // 取消选择图片 | 
				 | 
				 | 
											return; // 取消选择图片 | 
			
		
		
	
	
		
			
				| 
					
						
							
						
					
					
					
				 | 
				
  |