Merge branch 'master_develop' of http://60.1.1.230/gaoxin/JL_Client into master_develop

dev_chengFeng
ZhangBiao 2020-08-25 11:43:06 +08:00
commit 29457a4ea0
2 changed files with 2 additions and 1 deletions

View File

@ -1412,6 +1412,7 @@ HELP_TYPE = {
XuanYuanMirror=63,--轩辕宝镜 XuanYuanMirror=63,--轩辕宝镜
XuanYuanMirror=66,--轩辕宝镜 XuanYuanMirror=66,--轩辕宝镜
GuildTranscripe=67,--公会副本 GuildTranscripe=67,--公会副本
QingLongSerectTreasure=68,--公会副本
} }
NumToComplexFont = { NumToComplexFont = {

View File

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