加跳转

zhangqiang 2020-10-16 17:13:14 +08:00
parent dcf74880bc
commit 7d2016c812
2 changed files with 9 additions and 0 deletions

View File

@ -906,6 +906,7 @@ JumpType = {
GuildAid = 10011, --公会援助
GuildSkill = 10012, --公会技能
GuildFete = 10013, --公会祭祀
EndlessShop = 10014, --无尽商店
}
YaoHunFrame = {

View File

@ -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, --每日金币副本