| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -142,8 +142,9 @@ class MiniProgramUpload extends RowAction | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						public function confirm() | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						{ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							$last_template_id = MiniProgramTemplate::max('template_id'); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							if ($this->action == 1) { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								return ["确定要为此代理商上传小程序吗?", '']; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								return ["确定要为此代理商上传模板ID为{$last_template_id}的小程序吗?", '']; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							} else { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								return ['上传确认', '确定要将此小程序模板上传给所有已审核的代理商吗?']; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							} | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |