소스 검색

Merge commit '3fd91cf242c7d2584c4a2fbb8008ca135b834f91' into HiBoxde1.0

huangxiaodong 1 년 전
부모
커밋
30dd05c287
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      创维盒子/双子星云手机/Class/Set/appUpdate/AboutViewController.m

+ 3 - 1
创维盒子/双子星云手机/Class/Set/appUpdate/AboutViewController.m

@@ -238,7 +238,9 @@
 //    HLog(@"%@---%@", newVersion, currentVersion);
     if ([currentVersion compare:newVersion options:NSNumericSearch] == NSOrderedSame) { // 本地版本号 == 服务器版本号
 //        [self showNoNewVersion];
-        [self showNewVersion];
+          //[self showNewVersion];
+        [[iToast makeText:NSLocalizedString(@"app_update_last_version",nil)] show];
+        
         [HWDataManager setBoolWithKey:Const_haveVersion value:NO];
         
 //        _checUpdatekBtn.enabled = NO;