Просмотр исходного кода

修复cart 没及时刷新到问题

Pen Li 9 лет назад
Родитель
Сommit
acedd750cf

BIN
RedAnt ERP Mobile/RedAnt ERP Mobile.xcworkspace/xcuserdata/macmini1.xcuserdatad/UserInterfaceState.xcuserstate


+ 3 - 0
RedAnt ERP Mobile/common/Functions/cart/CartViewController.m

@@ -447,6 +447,9 @@
 {
     
     [super viewWillAppear:animated];
+    
+    [self reload_data]; // 视图没及时刷新
+    
     //    UIApplication * app = [UIApplication sharedApplication];
     //    AppDelegate *appDelegate = (AppDelegate *)[app delegate];
     //    if(appDelegate.bLogin==false)