Forráskód Böngészése

1.修复云手机模式 进入首页触控失效问题

huangxiaodong 1 hete%!(EXTRA string=óta)
szülő
commit
533deb30ea
1 módosított fájl, 3 hozzáadás és 3 törlés
  1. 3 3
      创维盒子/code/NAS/NASViewController.m

+ 3 - 3
创维盒子/code/NAS/NASViewController.m

@@ -215,7 +215,7 @@
         make.bottom.mas_equalTo(-TABBARHEIGHT);
     }];
     
-    self.tableView.userInteractionEnabled = NO;
+    //self.tableView.userInteractionEnabled = NO;
     
     _tableHeadView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, SCREEN_W, 165+ 15 +120 +54 + 15)];
     //_tableHeadView.backgroundColor = [UIColor hwColor:@"#F6F8FA"];
@@ -1002,7 +1002,7 @@
 {
     //[self beginShowAlertFun];
     //后台回来点击首页无效问题
-    self.tableView.userInteractionEnabled = YES;
+    //self.tableView.userInteractionEnabled = YES;
 //    [self checkBoxHeartbeatFun];
 }
 
@@ -1095,7 +1095,7 @@
 {
     KWeakSelf
     mainBlock(^{
-        weakSelf.tableView.userInteractionEnabled = YES;
+       // weakSelf.tableView.userInteractionEnabled = YES;
     });
 }