Merge branch 'master_develop' of http://60.1.1.230/gaoxin/JL_Client into master_develop
commit
29457a4ea0
|
@ -1412,6 +1412,7 @@ HELP_TYPE = {
|
||||||
XuanYuanMirror=63,--轩辕宝镜
|
XuanYuanMirror=63,--轩辕宝镜
|
||||||
XuanYuanMirror=66,--轩辕宝镜
|
XuanYuanMirror=66,--轩辕宝镜
|
||||||
GuildTranscripe=67,--公会副本
|
GuildTranscripe=67,--公会副本
|
||||||
|
QingLongSerectTreasure=68,--公会副本
|
||||||
}
|
}
|
||||||
|
|
||||||
NumToComplexFont = {
|
NumToComplexFont = {
|
||||||
|
|
|
@ -53,7 +53,7 @@ end
|
||||||
function this:BindEvent()
|
function this:BindEvent()
|
||||||
Util.AddClick(this.quesBtn,function()
|
Util.AddClick(this.quesBtn,function()
|
||||||
LogGreen(this.helpPosition.x.."+"..this.helpPosition.y)
|
LogGreen(this.helpPosition.x.."+"..this.helpPosition.y)
|
||||||
UIManager.OpenPanel(UIName.HelpPopup,99999,this.helpPosition.x,this.helpPosition.y)
|
UIManager.OpenPanel(UIName.HelpPopup,HELP_TYPE.QingLongSerectTreasure,this.helpPosition.x,this.helpPosition.y)
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
function this:AddListener()
|
function this:AddListener()
|
||||||
|
|
Loading…
Reference in New Issue