From cea14746f85e99ba4ba6bcfdc5d21989ed2d796d Mon Sep 17 00:00:00 2001 From: ZhangBiao Date: Wed, 22 Sep 2021 13:33:48 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=B8=83=E7=95=8C=E8=AF=95=E7=82=BC?= =?UTF-8?q?=E3=80=91=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Modules/JumpServer/JumpServerPanel.lua | 6 +- Assets/ManagedResources/~Lua/View/UpView.lua | 58 +++++++++---------- 2 files changed, 32 insertions(+), 32 deletions(-) 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