Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev

dev_chengFeng
gaoxin 2021-03-30 20:23:06 +08:00
commit 1973afd058
3 changed files with 5 additions and 0 deletions

View File

@ -469,6 +469,7 @@ function this.SetPlayerMountTime(id,validTime)
singData.overTime = validTime
this.userMountList[singData.mountId] = singData
this.SetPlayerRideRedPoint(PlayerTitleRideSkinRedPointTypeStr.Ride,1)
FormationManager.UserPowerChanged()
end
else--为空时是删除数据 倒计时结束时
if this.userMountList[id] then

View File

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

View File

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