| 
					
				 | 
			
			
				@@ -81,12 +81,19 @@ UNI_EXPORT_METHOD_SYNC(@selector(sendCommand:)) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     if(options.cmd == 1002){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         // 主播主页 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        WQCMD1002 * data = [WQCMD1002 mj_objectWithKeyValues:options.data]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+         
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+     
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+         
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        PBUserHomePageViewController *vc = [PBUserHomePageViewController new]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        vc.memberId = data.id; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        [[PBSDK yt_topmostViewController].navigationController pushViewController:vc animated:YES]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				          
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        dispatch_async(dispatch_get_main_queue(), ^(void) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            WQCMD1002 * data = [WQCMD1002 mj_objectWithKeyValues:options.data]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            PBUserHomePageViewController *vc = [PBUserHomePageViewController new]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            vc.memberId = data.id; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            [[PBSDK dc_findCurrentShowingViewController].navigationController pushViewController:vc animated:YES]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+             
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         return; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      
			 |