|  | @@ -383,6 +383,12 @@ class My extends Core
 | 
	
		
			
				|  |  |                  //Dever::alert('请填写签名');
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +            $area = Dever::input('area');
 | 
	
		
			
				|  |  | +            if ($area) {
 | 
	
		
			
				|  |  | +                $update['area'] = $area;
 | 
	
		
			
				|  |  | +                //Dever::alert('请填写签名');
 | 
	
		
			
				|  |  | +            }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |              if ($info['pay_type'] == 2) {
 | 
	
		
			
				|  |  |                  $update['pay_pic'] = Dever::input('pay_pic');
 | 
	
		
			
				|  |  |                  if (!$update['pay_pic']) {
 |