Commit d1e6e4b4 authored by 曹云霄's avatar 曹云霄

修改项说明:修复checking状态下的京东E卡查看问题

parent 3ea3a1d0
...@@ -143,6 +143,8 @@ ...@@ -143,6 +143,8 @@
CardDetailsViewController *cardDetails = [[weakSelf getStoryboardWithName] instantiateViewControllerWithIdentifier:@"CardDetailsViewController"]; CardDetailsViewController *cardDetails = [[weakSelf getStoryboardWithName] instantiateViewControllerWithIdentifier:@"CardDetailsViewController"];
[weakSelf.navigationController pushViewController:cardDetails animated:YES]; [weakSelf.navigationController pushViewController:cardDetails animated:YES];
}]; }];
}else if ([model.state isEqualToString:CHECK]){
[self ErrorMBProgressView:@"审核中"];
}else{ }else{
CardAmplificationViewController *cardVC = [[CardAmplificationViewController alloc]init]; CardAmplificationViewController *cardVC = [[CardAmplificationViewController alloc]init];
self.settingsPopoverController = [[WYPopoverController alloc] initWithContentViewController:cardVC]; self.settingsPopoverController = [[WYPopoverController alloc] initWithContentViewController:cardVC];
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<key>CFBundleName</key> <key>CFBundleName</key>
<string>欧立方</string> <string>欧立方</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.2.7</string> <string>1.2.8</string>
<key>CFBundleURLTypes</key> <key>CFBundleURLTypes</key>
<array> <array>
<dict> <dict>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment