Commit 54ca9730 by lee

fix select address can not return previous

parent 8ff4e40d
...@@ -276,7 +276,7 @@ ...@@ -276,7 +276,7 @@
-(void)kwm_cancel{ -(void)kwm_cancel{
KWMBeforePayVC *vc = (KWMBeforePayVC *)self.delegate; KWMBeforePayVC *vc = (KWMBeforePayVC *)self.delegate;
if (vc.address) { if (![KWMValidateUtil validateAddress:vc.address]) {
[[self navigationController] popViewControllerAnimated:YES]; [[self navigationController] popViewControllerAnimated:YES];
}else{ }else{
NSArray *vcs = [[self navigationController] viewControllers]; NSArray *vcs = [[self navigationController] viewControllers];
......
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