帮助修改
parent
d4bb9ded6c
commit
7d9cee89ab
|
@ -1536,7 +1536,10 @@ HELP_TYPE = {
|
|||
YiJingBaoKu=77,--易经宝库
|
||||
LingShouBaoGe=78,--灵兽宝阁
|
||||
SacredTree=82,--建木神树
|
||||
FoueElement = 90 , -- 四灵试炼
|
||||
FoueElementPeo = 83 , -- 四灵试炼 人
|
||||
FoueElementBud = 87 , -- 四灵试炼 佛
|
||||
FoueElementDem = 86 , -- 四灵试炼 妖
|
||||
FoueElementTao = 88 , -- 四灵试炼 道
|
||||
XinJiangLaiXi=81,--新将来袭
|
||||
ArenaGuess = 84,--竞技场竞猜界面
|
||||
XiangYaoDuoBao=85,--降妖夺宝
|
||||
|
|
|
@ -54,7 +54,15 @@ function FourElementMonsterCampPanel:BindEvent()
|
|||
if callBack then callBack() end
|
||||
end)
|
||||
Util.AddClick(this.helpBtn, function ()
|
||||
UIManager.OpenPanel(UIName.HelpPopup,HELP_TYPE.FoueElement,this.helpPosition.x,this.helpPosition.y)
|
||||
if curType == 1 then
|
||||
UIManager.OpenPanel(UIName.HelpPopup,HELP_TYPE.FoueElementPeo,this.helpPosition.x,this.helpPosition.y)
|
||||
elseif curType == 2 then
|
||||
UIManager.OpenPanel(UIName.HelpPopup,HELP_TYPE.FoueElementBud,this.helpPosition.x,this.helpPosition.y)
|
||||
elseif curType == 3 then
|
||||
UIManager.OpenPanel(UIName.HelpPopup,HELP_TYPE.FoueElementDem,this.helpPosition.x,this.helpPosition.y)
|
||||
elseif curType == 4 then
|
||||
UIManager.OpenPanel(UIName.HelpPopup,HELP_TYPE.FoueElementTao,this.helpPosition.x,this.helpPosition.y)
|
||||
end
|
||||
end)
|
||||
Util.AddClick(this.addBtn, function ()
|
||||
if buyTimes < 0 then
|
||||
|
|
Loading…
Reference in New Issue