From d1e6e4b441d8f51a6fb9b01dde49d49ad090eb63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E4=BA=91=E9=9C=84?= <chinacgcgcg@163.com> Date: Wed, 30 Nov 2016 14:39:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B9=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=EF=BC=9A=E4=BF=AE=E5=A4=8Dchecking=E7=8A=B6=E6=80=81=E4=B8=8B?= =?UTF-8?q?=E7=9A=84=E4=BA=AC=E4=B8=9CE=E5=8D=A1=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Class/CardViewController.m | 2 ++ Lighting/Info.plist | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Class/CardViewController.m b/Class/CardViewController.m index 0ae058a..f67e61a 100644 --- a/Class/CardViewController.m +++ b/Class/CardViewController.m @@ -143,6 +143,8 @@ CardDetailsViewController *cardDetails = [[weakSelf getStoryboardWithName] instantiateViewControllerWithIdentifier:@"CardDetailsViewController"]; [weakSelf.navigationController pushViewController:cardDetails animated:YES]; }]; + }else if ([model.state isEqualToString:CHECK]){ + [self ErrorMBProgressView:@"å®¡æ ¸ä¸"]; }else{ CardAmplificationViewController *cardVC = [[CardAmplificationViewController alloc]init]; self.settingsPopoverController = [[WYPopoverController alloc] initWithContentViewController:cardVC]; diff --git a/Lighting/Info.plist b/Lighting/Info.plist index a2560e8..0aacdfe 100644 --- a/Lighting/Info.plist +++ b/Lighting/Info.plist @@ -15,7 +15,7 @@ <key>CFBundleName</key> <string>欧立方</string> <key>CFBundleShortVersionString</key> - <string>1.2.7</string> + <string>1.2.8</string> <key>CFBundleURLTypes</key> <array> <dict> -- 2.18.1