|
@@ -216,7 +216,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"];
|
|
@@ -1011,7 +1011,7 @@
|
|
|
{
|
|
|
//[self beginShowAlertFun];
|
|
|
//后台回来点击首页无效问题
|
|
|
- self.tableView.userInteractionEnabled = YES;
|
|
|
+ //self.tableView.userInteractionEnabled = YES;
|
|
|
[self checkBoxHeartbeatFun];
|
|
|
}
|
|
|
|
|
@@ -1102,10 +1102,10 @@
|
|
|
#pragma mark 输入密码完成
|
|
|
- (void)didInpuPwdOkFun
|
|
|
{
|
|
|
- KWeakSelf
|
|
|
- mainBlock(^{
|
|
|
- weakSelf.tableView.userInteractionEnabled = YES;
|
|
|
- });
|
|
|
+// KWeakSelf
|
|
|
+// mainBlock(^{
|
|
|
+// //weakSelf.tableView.userInteractionEnabled = YES;
|
|
|
+// });
|
|
|
}
|
|
|
|
|
|
#pragma mark 文件上传跳转上传记录
|