Explorar o código

1.修改Apex Mobile Result,将加载数据时禁止交互。

Pen Li %!s(int64=8) %!d(string=hai) anos
pai
achega
5663a10ae7
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      common/customUI/ResultViewController.m

+ 2 - 0
common/customUI/ResultViewController.m

@@ -1092,8 +1092,10 @@ const int delta = 25;
             return;
         option = 2;
     }
+    self.tableview.userInteractionEnabled = NO;
     __weak typeof(self) weakSelf = self;
     [self loadContentWithOption:option Complete:^(int result, int count) {
+        weakSelf.tableview.userInteractionEnabled = YES;
         if ([refresh isEqual:weakSelf.tableview.jl_header]) {
             [weakSelf.tableview.jl_header performSelector:@selector(endRefresh)];
         }