ソースを参照

1.版本相等的bug

huangxiaodong 2 年 前
コミット
3fd91cf242
共有1 個のファイルを変更した3 個の追加1 個の削除を含む
  1. 3 1
      创维盒子/双子星云手机/Class/Set/appUpdate/AboutViewController.m

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

@@ -231,7 +231,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;