Commit bb5e578c authored by Achilles's avatar Achilles

修改乱跳的bug

parent 10ea16d7
...@@ -228,13 +228,15 @@ ON_SIGNAL3(VankeProjectSummaryModel, RELOADED, signal) { ...@@ -228,13 +228,15 @@ ON_SIGNAL3(VankeProjectSummaryModel, RELOADED, signal) {
return; return;
} }
ProjectSummaryResponse *resp = [_summaryModel getServerResp]; if (nil == _currDashBoard) {
if ([resp hasClassification:@"社区2049"]) { ProjectSummaryResponse *resp = [_summaryModel getServerResp];
[self showTab:0]; if ([resp hasClassification:@"社区2049"]) {
} else if ([resp hasClassification:@"万科中心"]) { [self showTab:0];
[self showTab:1]; } else if ([resp hasClassification:@"万科中心"]) {
} else if ([resp hasClassification:@"万科广场"]) { [self showTab:1];
[self showTab:2]; } else if ([resp hasClassification:@"万科广场"]) {
[self showTab:2];
}
} }
if (nil != _currDashBoard) { if (nil != _currDashBoard) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment