Skip to content

Commit c682ae6

Browse files
committed
bugfix
1 parent 9b5943d commit c682ae6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Coding_iOS/Controllers/TopicDetailViewController.m

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,6 @@ - (void)refreshMore
237237

238238
- (void)sendRequest
239239
{
240-
if (!_curTopic.comments) {
241-
[self.view beginLoading];
242-
}
243240
__weak typeof(self) weakSelf = self;
244241
[[Coding_NetAPIManager sharedManager] request_Comments_WithProjectTpoic:self.curTopic andBlock:^(id data, NSError *error) {
245242
[weakSelf.view endLoading];
@@ -517,7 +514,7 @@ - (instancetype)init
517514
_tipL = [UILabel new];
518515
_tipL.textColor = [UIColor colorWithHexString:@"0x99999999"];
519516
_tipL.font = [UIFont systemFontOfSize:12];
520-
[_tipL setAttrStrWithStr:@"尚未添加任何关注着,去添加" diffColorStr:@"去添加" diffColor:[UIColor colorWithHexString:@"0x3bbd79"]];
517+
[_tipL setAttrStrWithStr:@"尚未添加任何关注者,去添加" diffColorStr:@"去添加" diffColor:[UIColor colorWithHexString:@"0x3bbd79"]];
521518
_tipL.userInteractionEnabled = YES;
522519
[_tipL bk_whenTapped:^{
523520
if (weakSelf.goToUserBlock) {

0 commit comments

Comments
 (0)