【归元修改】向后的发送战力改变

dev_chengFeng
zhangqiang 2021-03-30 20:20:42 +08:00
parent ea9d0ba287
commit d6c61b7a11
2 changed files with 4 additions and 0 deletions

View File

@ -765,5 +765,8 @@ function this:ResolveUpdateHeroInfoData()
end end
end end
this:UpdateHeroInfoData()--刷新界面方法 this:UpdateHeroInfoData()--刷新界面方法
if isUpZhen then
FormationManager.UserPowerChanged()
end
end end
return this return this

View File

@ -266,5 +266,6 @@ function this.RefrehsHeroAndTalisman()
end end
end end
this:OnShowHeroAndTalisman()--刷新界面方法 this:OnShowHeroAndTalisman()--刷新界面方法
FormationManager.UserPowerChanged()
end end
return RoleTalismanPanelV2 return RoleTalismanPanelV2