Ver código fonte

Npd mobile

修复 model detail —> add to cart ->界面卡死的问题
Ray Zhang 8 anos atrás
pai
commit
f8df2bf040

+ 1 - 1
RedAnt ERP Mobile/common/Functions/modelDetail/DetailViewController.m

@@ -1801,7 +1801,7 @@ self.isrefreshing=false;
             headRect.origin.y = rect.origin.y+headRect.origin.y;
             [self startAnimationWithRect:headRect ImageView:imageView];
             
-            [self.navigationController popToRootViewControllerAnimated:true];
+            [self.navigationController popToRootViewControllerAnimated:false];
             
 //            [((MainViewController*)appDelegate.main_vc) reloadOrder:true immediately:false];
             [((MainViewController*)appDelegate.main_vc) switchToCart];