ソースを参照

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];