This commit is contained in:
aozhiwei 2024-11-06 13:03:48 +08:00
parent bebcf76776
commit 23e9a20238

View File

@ -19,5 +19,5 @@ func (this *User) FromModel(m *model.User) {
this.Avatar = m.Avatar
this.Score = m.Score
this.HourlyEarnings = "0"
this.Dice = 0
this.Dice = m.Dice
}