Skip to content

Commit 4c41471

Browse files
committed
用户主页,冒泡|话题 切换,空白页无刷新
1 parent d56c84a commit 4c41471

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Coding_iOS/Controllers/MeDisplayViewController.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ - (void)setDataIndex:(NSInteger)dataIndex{
9797
if ((_dataIndex == 0 && self.curTweets.list.count <= 0) ||
9898
(_dataIndex == 1 && _dataList.count <= 0)) {
9999
[self refresh];
100+
}else{
101+
self.view.blankPageView.hidden = YES;
100102
}
101103
}
102104

0 commit comments

Comments
 (0)