Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev
commit
1973afd058
|
@ -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
|
||||
|
|
|
@ -765,5 +765,8 @@ function this:ResolveUpdateHeroInfoData()
|
|||
end
|
||||
end
|
||||
this:UpdateHeroInfoData()--刷新界面方法
|
||||
if isUpZhen then
|
||||
FormationManager.UserPowerChanged()
|
||||
end
|
||||
end
|
||||
return this
|
|
@ -266,5 +266,6 @@ function this.RefrehsHeroAndTalisman()
|
|||
end
|
||||
end
|
||||
this:OnShowHeroAndTalisman()--刷新界面方法
|
||||
FormationManager.UserPowerChanged()
|
||||
end
|
||||
return RoleTalismanPanelV2
|
Loading…
Reference in New Issue