From 1191dc76001af2227efdf591463531b5093cbe5d Mon Sep 17 00:00:00 2001 From: wh_zcy Date: Thu, 29 Dec 2022 18:30:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/v2/ui/toy_userinfo.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/v2/ui/toy_userinfo.go b/cmd/v2/ui/toy_userinfo.go index 38eaa1503..f69e026b0 100644 --- a/cmd/v2/ui/toy_userinfo.go +++ b/cmd/v2/ui/toy_userinfo.go @@ -183,7 +183,7 @@ func (this *toyUserInfo) dataListener() { this.setProp(15, common.USERINFO_SIGN, rsp.Ex.Sign) this.setProp(16, "背景", rsp.Data.Bgp) 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 { - 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 {