Commit bb5e578c authored by Achilles's avatar Achilles

修改乱跳的bug

parent 10ea16d7
......@@ -228,13 +228,15 @@ ON_SIGNAL3(VankeProjectSummaryModel, RELOADED, signal) {
return;
}
ProjectSummaryResponse *resp = [_summaryModel getServerResp];
if ([resp hasClassification:@"社区2049"]) {
[self showTab:0];
} else if ([resp hasClassification:@"万科中心"]) {
[self showTab:1];
} else if ([resp hasClassification:@"万科广场"]) {
[self showTab:2];
if (nil == _currDashBoard) {
ProjectSummaryResponse *resp = [_summaryModel getServerResp];
if ([resp hasClassification:@"社区2049"]) {
[self showTab:0];
} else if ([resp hasClassification:@"万科中心"]) {
[self showTab:1];
} else if ([resp hasClassification:@"万科广场"]) {
[self showTab:2];
}
}
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