修复在进入直播间瞬间关播的“抱歉出错了”提示
This commit is contained in:
parent
e04d277560
commit
9021659770
@ -498,6 +498,9 @@ public class EnterRoomInfoModel extends BaseModel {
|
||||
}
|
||||
|
||||
public String getIsleave() {
|
||||
if(StringUtil.isEmpty(isleave)){
|
||||
isleave="0";
|
||||
}
|
||||
return isleave;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user