线上问题 : 线上问题 招募英雄法宝数据有可能报错

zhangqiang 2020-09-24 12:52:57 +08:00
parent 95769cad10
commit 7a77b968ad
2 changed files with 3 additions and 3 deletions

View File

@ -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()
--执行子模块初始化

View File

@ -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