新增pag动效及首页bug修复

This commit is contained in:
liyuhua
2023-09-21 17:44:59 +08:00
parent 3cce473244
commit e4deece7b4
66 changed files with 1243 additions and 284 deletions

View File

@@ -200,10 +200,12 @@
_gameIconView.hidden = NO;
_borderImageView.hidden = NO;
[_chatBtn setTitle:YMLocalizedString(@"XPSessionFindNewAlertView2") forState:UIControlStateNormal];
}else{
if(_roomInfo.inOnline == YES){
_greenView.hidden = NO;
}
}
if(_roomInfo.inOnline == YES){
_greenView.hidden = NO;
}
_wealthView.imageUrl = _roomInfo.userLevelVo.experUrl;
_charmView.imageUrl = _roomInfo.userLevelVo.charmUrl;
if(_roomInfo.userVoice.length > 0){