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