修复主页classtab可能为空导致的闪退问题(报错平台反馈)

This commit is contained in:
2023-12-06 13:17:13 +08:00
parent 0c7ae4e4f7
commit ef76b2c7e4
2 changed files with 6 additions and 3 deletions

View File

@@ -829,7 +829,7 @@ public class IMLoginModel extends BaseModel {
return yuanbao;
}
public IMLoginModel setYuanbao(long yuanbao) {
public IMLoginModel setYuanbao(double yuanbao) {
this.yuanbao = yuanbao;
return this;
}