File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -237,9 +237,6 @@ - (void)refreshMore
237
237
238
238
- (void )sendRequest
239
239
{
240
- if (!_curTopic.comments ) {
241
- [self .view beginLoading ];
242
- }
243
240
__weak typeof (self) weakSelf = self;
244
241
[[Coding_NetAPIManager sharedManager ] request_Comments_WithProjectTpoic: self .curTopic andBlock: ^(id data, NSError *error) {
245
242
[weakSelf.view endLoading ];
@@ -517,7 +514,7 @@ - (instancetype)init
517
514
_tipL = [UILabel new ];
518
515
_tipL.textColor = [UIColor colorWithHexString: @" 0x99999999" ];
519
516
_tipL.font = [UIFont systemFontOfSize: 12 ];
520
- [_tipL setAttrStrWithStr: @" 尚未添加任何关注着 ,去添加" diffColorStr: @" 去添加" diffColor: [UIColor colorWithHexString: @" 0x3bbd79" ]];
517
+ [_tipL setAttrStrWithStr: @" 尚未添加任何关注者 ,去添加" diffColorStr: @" 去添加" diffColor: [UIColor colorWithHexString: @" 0x3bbd79" ]];
521
518
_tipL.userInteractionEnabled = YES ;
522
519
[_tipL bk_whenTapped: ^{
523
520
if (weakSelf.goToUserBlock ) {
You can’t perform that action at this time.
0 commit comments