|
|
@@ -97,9 +97,9 @@
|
|
|
else{
|
|
|
[self getUserInfoWith:userId];
|
|
|
|
|
|
- if (![MOLiveManager.curLive isHost:GetUserId]
|
|
|
+ if (![userId isEqualToString:GetUserId]
|
|
|
&& [MOLiveManager.curLive isHost:userId]) {
|
|
|
- // 非主播,进入主播页,上报
|
|
|
+ // 非自己,进入主播页,上报
|
|
|
[MOHttpManager.sharedManager reportVisistHostPage:userId handler:^(NSString * _Nullable error) { }];
|
|
|
}
|
|
|
}
|