| 
					
				 | 
			
			
				@@ -281,12 +281,11 @@ class Applet extends Base 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 $update['set_country'] = $country; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				              
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            $update['where_id'] = $uid; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if ($country && $province && $city) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 $update['set_area'] = $country . ',' . $province . ',' . $city; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if (isset($update) && $update) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                $update['where_id'] = $uid; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 Dever::load('passport/user-update', $update); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				              
			 |