加跳转
parent
dcf74880bc
commit
7d2016c812
|
|
@ -906,6 +906,7 @@ JumpType = {
|
|||
GuildAid = 10011, --公会援助
|
||||
GuildSkill = 10012, --公会技能
|
||||
GuildFete = 10013, --公会祭祀
|
||||
EndlessShop = 10014, --无尽商店
|
||||
|
||||
}
|
||||
YaoHunFrame = {
|
||||
|
|
|
|||
|
|
@ -534,6 +534,14 @@ local jumpDic = {
|
|||
end,
|
||||
[JumpType.XuanYuanMirror] = function()--轩辕
|
||||
UIManager.OpenPanel(UIName.XuanYuanMirrorPanel)
|
||||
end,
|
||||
[JumpType.EndlessShop] = function()--无尽商店
|
||||
local isActive, tips = ShopManager.IsActive(13)
|
||||
if not isActive then
|
||||
PopupTipPanel.ShowTip(tips or Language[10528])
|
||||
return
|
||||
end
|
||||
UIManager.OpenPanel(UIName.MainShopPanel,13)
|
||||
end,
|
||||
--Compound=66, --锻造炉
|
||||
--DailyCarbon_Gold=67, --每日金币副本
|
||||
|
|
|
|||
Loading…
Reference in New Issue