Commit 54ca9730 by lee

fix select address can not return previous

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