소스 검색

1.改机后设置不能再次改机

huangxiaodong 1 년 전
부모
커밋
4015185662
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      创维盒子/双子星云手机/CloudPlayer/PlayerViewController.mm

+ 2 - 0
创维盒子/双子星云手机/CloudPlayer/PlayerViewController.mm

@@ -1523,6 +1523,8 @@ NSDate *lastVideoTome;/*上一帧数据时间*/
     {
         NSString *commondStr  = @"{\"type\":\"randomChangeParams\"}";
         [self send_data:commondStr];
+        
+        [HWDataManager setBoolWithKey:Const_need_random_Change_Params value:NO];
     }
     
     [self fristConnectNeedGiveAMsgFun];