修改命名

This commit is contained in:
wh_zcy 2022-12-29 18:30:20 +08:00
parent be605efc8f
commit 1191dc7600

View File

@ -183,7 +183,7 @@ func (this *toyUserInfo) dataListener() {
this.setProp(15, common.USERINFO_SIGN, rsp.Ex.Sign) this.setProp(15, common.USERINFO_SIGN, rsp.Ex.Sign)
this.setProp(16, "背景", rsp.Data.Bgp) this.setProp(16, "背景", rsp.Data.Bgp)
this.setProp(17, "形象", rsp.Data.Figure) this.setProp(17, "形象", rsp.Data.Figure)
this.setProp(18, "体力", rsp.Data.Vit) this.setProp(18, "体力", rsp.Data.Ps)
} }
}, },
}) })
@ -272,7 +272,7 @@ func (this *toyUserInfo) getBgp() string {
} }
func (this *toyUserInfo) getVit() string { func (this *toyUserInfo) getVit() string {
return fmt.Sprintf("%-3s\t: %s", "体力", cast.ToString(this.userInfo.DbUser.Vit)) return fmt.Sprintf("%-3s\t: %s", "体力", cast.ToString(this.userInfo.DbUser.Ps))
} }
func (this *toyUserInfo) getActiveDay() string { func (this *toyUserInfo) getActiveDay() string {