线上问题 : 线上问题 招募英雄法宝数据有可能报错
parent
95769cad10
commit
7a77b968ad
|
|
@ -115,7 +115,7 @@ function this.SwitchView(index)
|
|||
if index==2 then
|
||||
this.upView:OnOpen({showType = UpViewOpenType.ShowLeft, panelType = PanelType.HeroReplace})
|
||||
elseif index==1 then
|
||||
this.upView:OnOpen({showType = UpViewOpenType.ShowLeft, panelType = PanelType.Main})
|
||||
this.upView:OnOpen({showType = UpViewOpenType.ShowLeft, panelType = PanelType.HeroReplace})
|
||||
end
|
||||
this.RefreshHelpBtn()
|
||||
--执行子模块初始化
|
||||
|
|
|
|||
|
|
@ -100,12 +100,12 @@ function this.InitExpeditionData(msg)
|
|||
--if msg.removesHeroIds then
|
||||
-- this.DeleteHeroDatas(msg.removesHeroIds)
|
||||
--end
|
||||
--招募的英雄
|
||||
this.InitHeroDatas(msg.heroList)
|
||||
--装备
|
||||
this.InitEquipData(msg.equip)
|
||||
--宝器
|
||||
this.InitBaoDatas(msg.soulEquip)
|
||||
--招募的英雄
|
||||
this.InitHeroDatas(msg.heroList)
|
||||
|
||||
--猎妖开启时间
|
||||
this.startTime = msg.startTime
|
||||
|
|
|
|||
Loading…
Reference in New Issue