修复主页classtab可能为空导致的闪退问题(报错平台反馈)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user