diff --git a/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngPartnerStatViewAlone.lua b/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngPartnerStatViewAlone.lua index eb498a3d..463d8bc8 100644 --- a/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngPartnerStatViewAlone.lua +++ b/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngPartnerStatViewAlone.lua @@ -414,7 +414,7 @@ function M:OnRenderRecordItemNew(obj, mainRecord, root_id) local tex_total_score = obj:GetChild("tex_total_score") local ctr_show_total = obj:GetController("show_total") if mainRecord.hpall then - tex_total_score.text = mainRecord.hpall.hp + tex_total_score.text = d2ad(mainRecord.hpall.hp) ctr_show_total.selectedIndex = 1 else ctr_show_total.selectedIndex = 0 diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/Main_2.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/Main_2.xml index 498fe082..6d17edf6 100644 --- a/wb_new_ui/assets/Main_RunBeard/component/Main/Main_2.xml +++ b/wb_new_ui/assets/Main_RunBeard/component/Main/Main_2.xml @@ -1,6 +1,6 @@ - + @@ -27,7 +27,7 @@ - + @@ -68,7 +68,7 @@ - + @@ -135,11 +135,9 @@ - -