|
|
@@ -68,6 +68,18 @@
|
|
|
[self getHttpDataAboutFollowWithDict:baseDict];
|
|
|
} else {
|
|
|
[self getHttpDataAboutFanWithDict:baseDict];
|
|
|
+
|
|
|
+ [self theNewFansAlreadyRead];//粉丝已读
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+- (void)theNewFansAlreadyRead{
|
|
|
+ BOOL isAnchor = GetIsAnchor;
|
|
|
+ if(isAnchor){
|
|
|
+ WEAKSELF
|
|
|
+ [kHttpManager theNewFansAlreadyReadWithParams:nil andBlock:^(id _Nonnull data, NSError * _Nonnull error) {
|
|
|
+ [[MORefreshViewManage shareManager] setNeedRefreshWithCode:@"MOMineVC"];
|
|
|
+ }];
|
|
|
}
|
|
|
}
|
|
|
|