parent
5ffd4eab51
commit
fb4a7afdc0
|
@ -137,8 +137,8 @@ end
|
||||||
|
|
||||||
--界面打开时调用(用于子类重写)
|
--界面打开时调用(用于子类重写)
|
||||||
function FourElementMonsterCampPanel:OnOpen(index)
|
function FourElementMonsterCampPanel:OnOpen(index)
|
||||||
BindRedPointObject(redTrailType[curType],this.btnHelpFightRed)
|
|
||||||
curType = index
|
curType = index
|
||||||
|
BindRedPointObject(redTrailType[curType],this.btnHelpFightRed)
|
||||||
this.UpView:OnOpen({showType = UpViewOpenType.ShowLeft, panelType = PanelType.MonsterCamp })
|
this.UpView:OnOpen({showType = UpViewOpenType.ShowLeft, panelType = PanelType.MonsterCamp })
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue