diff --git a/Assets/ManagedResources/~Lua/Modules/JumpServer/JumpServerPanel.lua b/Assets/ManagedResources/~Lua/Modules/JumpServer/JumpServerPanel.lua index 2b3c02153d..eb7326f6de 100644 --- a/Assets/ManagedResources/~Lua/Modules/JumpServer/JumpServerPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/JumpServer/JumpServerPanel.lua @@ -16,8 +16,8 @@ local type = { tipStr = "", state = 0 }, - [2] = { - id = JumpServer_Type.YuXuLunDao, + [3] = { + id = -1, bg = "r_Dungeon_rendi_01", name = "y_yuxulundao_yuxurukou_zh", live = "m_chsm_0035_png", @@ -30,7 +30,7 @@ local type = { tipStr = "", state = 1 }, - [3] = { + [2] = { id = JumpServer_Type.QiJieShiLian, bg = "q_qjsl_rikou_di", name = "q_qjsl_rikou_ysz", diff --git a/Assets/ManagedResources/~Lua/View/UpView.lua b/Assets/ManagedResources/~Lua/View/UpView.lua index e1757ba726..9a48223d92 100644 --- a/Assets/ManagedResources/~Lua/View/UpView.lua +++ b/Assets/ManagedResources/~Lua/View/UpView.lua @@ -364,35 +364,35 @@ function UpView:RechargeType(_type) _type == UpViewRechargeType.Yaoh or _type == UpViewRechargeType.Panacea or _type == UpViewRechargeType.JYD or - _type==UpViewRechargeType.LuckyTreasure or - _type==UpViewRechargeType.AdvancedTreasure or - _type==UpViewRechargeType.StarFireBuLingStone or - _type==UpViewRechargeType.FixforDan or - _type==UpViewRechargeType.FriendPoint or - _type==UpViewRechargeType.Iron or - _type==UpViewRechargeType.ChinaHas or - _type==UpViewRechargeType.FindFairy or - _type==UpViewRechargeType.StarSoul or - _type==UpViewRechargeType.ChoasCoin or - _type==UpViewRechargeType.SpiritJade or - _type==UpViewRechargeType.BadgeGlory or - _type==UpViewRechargeType.TopMatchCoin or - _type==UpViewRechargeType.GuildToken or - _type==UpViewRechargeType.SpiritTicket or - _type==UpViewRechargeType.SummonStamps or - _type==UpViewRechargeType.TianGong or - _type==UpViewRechargeType.PuTiZi or - _type==UpViewRechargeType.XianLingCao or - _type==UpViewRechargeType.YHMF or - _type==UpViewRechargeType.EndlessCoin or - _type==UpViewRechargeType.QuLingBi or - _type==UpViewRechargeType.XuanHuangZhiQi or - _type==UpViewRechargeType.LuoFuJingShi or - _type==UpViewRechargeType.XiuXian or - _type==UpViewRechargeType.SuiFanXingCheng or - _type==UpViewRechargeType.QiJieCoin or - _type==UpViewRechargeType.LunDaoBi then - _type==UpViewRechargeType.TaichuZhiQi then + _type == UpViewRechargeType.LuckyTreasure or + _type == UpViewRechargeType.AdvancedTreasure or + _type == UpViewRechargeType.StarFireBuLingStone or + _type == UpViewRechargeType.FixforDan or + _type == UpViewRechargeType.FriendPoint or + _type == UpViewRechargeType.Iron or + _type == UpViewRechargeType.ChinaHas or + _type == UpViewRechargeType.FindFairy or + _type == UpViewRechargeType.StarSoul or + _type == UpViewRechargeType.ChoasCoin or + _type == UpViewRechargeType.SpiritJade or + _type == UpViewRechargeType.BadgeGlory or + _type == UpViewRechargeType.TopMatchCoin or + _type == UpViewRechargeType.GuildToken or + _type == UpViewRechargeType.SpiritTicket or + _type == UpViewRechargeType.SummonStamps or + _type == UpViewRechargeType.TianGong or + _type == UpViewRechargeType.PuTiZi or + _type == UpViewRechargeType.XianLingCao or + _type == UpViewRechargeType.YHMF or + _type == UpViewRechargeType.EndlessCoin or + _type == UpViewRechargeType.QuLingBi or + _type == UpViewRechargeType.XuanHuangZhiQi or + _type == UpViewRechargeType.LuoFuJingShi or + _type == UpViewRechargeType.XiuXian or + _type == UpViewRechargeType.SuiFanXingCheng or + _type == UpViewRechargeType.QiJieCoin or + _type == UpViewRechargeType.LunDaoBi or + _type == UpViewRechargeType.TaichuZhiQi then UIManager.OpenPanel(UIName.RewardItemSingleShowPopup, _type) end end