小兵红点修改提交
parent
13aa6fb24b
commit
95f693a499
|
|
@ -74,6 +74,7 @@ function SmallSoldierLvInfoPanel:BindEvent()
|
||||||
self.skipObj:SetActive(true)
|
self.skipObj:SetActive(true)
|
||||||
self.upObj:SetActive(false)
|
self.upObj:SetActive(false)
|
||||||
self:ShowLeftTime()
|
self:ShowLeftTime()
|
||||||
|
Game.GlobalEvent:DispatchEvent(GameEvent.Solider.RefreshSoliderInfoWindow)
|
||||||
end)
|
end)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -740,7 +740,7 @@ end
|
||||||
|
|
||||||
--获取我的助战
|
--获取我的助战
|
||||||
function this.GetMyHelpHero(trailType)
|
function this.GetMyHelpHero(trailType)
|
||||||
if this.myHelpHeroData[trailType] then
|
if this.myHelpHeroData and this.myHelpHeroData[trailType] then
|
||||||
return this.myHelpHeroData[trailType]
|
return this.myHelpHeroData[trailType]
|
||||||
end
|
end
|
||||||
return nil
|
return nil
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue