加跳转
parent
dcf74880bc
commit
7d2016c812
|
|
@ -906,6 +906,7 @@ JumpType = {
|
||||||
GuildAid = 10011, --公会援助
|
GuildAid = 10011, --公会援助
|
||||||
GuildSkill = 10012, --公会技能
|
GuildSkill = 10012, --公会技能
|
||||||
GuildFete = 10013, --公会祭祀
|
GuildFete = 10013, --公会祭祀
|
||||||
|
EndlessShop = 10014, --无尽商店
|
||||||
|
|
||||||
}
|
}
|
||||||
YaoHunFrame = {
|
YaoHunFrame = {
|
||||||
|
|
|
||||||
|
|
@ -534,6 +534,14 @@ local jumpDic = {
|
||||||
end,
|
end,
|
||||||
[JumpType.XuanYuanMirror] = function()--轩辕
|
[JumpType.XuanYuanMirror] = function()--轩辕
|
||||||
UIManager.OpenPanel(UIName.XuanYuanMirrorPanel)
|
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,
|
end,
|
||||||
--Compound=66, --锻造炉
|
--Compound=66, --锻造炉
|
||||||
--DailyCarbon_Gold=67, --每日金币副本
|
--DailyCarbon_Gold=67, --每日金币副本
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue