【七界试炼】提交
parent
1c191a78b9
commit
cea14746f8
|
@ -16,8 +16,8 @@ local type = {
|
||||||
tipStr = "",
|
tipStr = "",
|
||||||
state = 0
|
state = 0
|
||||||
},
|
},
|
||||||
[2] = {
|
[3] = {
|
||||||
id = JumpServer_Type.YuXuLunDao,
|
id = -1,
|
||||||
bg = "r_Dungeon_rendi_01",
|
bg = "r_Dungeon_rendi_01",
|
||||||
name = "y_yuxulundao_yuxurukou_zh",
|
name = "y_yuxulundao_yuxurukou_zh",
|
||||||
live = "m_chsm_0035_png",
|
live = "m_chsm_0035_png",
|
||||||
|
@ -30,7 +30,7 @@ local type = {
|
||||||
tipStr = "",
|
tipStr = "",
|
||||||
state = 1
|
state = 1
|
||||||
},
|
},
|
||||||
[3] = {
|
[2] = {
|
||||||
id = JumpServer_Type.QiJieShiLian,
|
id = JumpServer_Type.QiJieShiLian,
|
||||||
bg = "q_qjsl_rikou_di",
|
bg = "q_qjsl_rikou_di",
|
||||||
name = "q_qjsl_rikou_ysz",
|
name = "q_qjsl_rikou_ysz",
|
||||||
|
|
|
@ -364,35 +364,35 @@ function UpView:RechargeType(_type)
|
||||||
_type == UpViewRechargeType.Yaoh or
|
_type == UpViewRechargeType.Yaoh or
|
||||||
_type == UpViewRechargeType.Panacea or
|
_type == UpViewRechargeType.Panacea or
|
||||||
_type == UpViewRechargeType.JYD or
|
_type == UpViewRechargeType.JYD or
|
||||||
_type==UpViewRechargeType.LuckyTreasure or
|
_type == UpViewRechargeType.LuckyTreasure or
|
||||||
_type==UpViewRechargeType.AdvancedTreasure or
|
_type == UpViewRechargeType.AdvancedTreasure or
|
||||||
_type==UpViewRechargeType.StarFireBuLingStone or
|
_type == UpViewRechargeType.StarFireBuLingStone or
|
||||||
_type==UpViewRechargeType.FixforDan or
|
_type == UpViewRechargeType.FixforDan or
|
||||||
_type==UpViewRechargeType.FriendPoint or
|
_type == UpViewRechargeType.FriendPoint or
|
||||||
_type==UpViewRechargeType.Iron or
|
_type == UpViewRechargeType.Iron or
|
||||||
_type==UpViewRechargeType.ChinaHas or
|
_type == UpViewRechargeType.ChinaHas or
|
||||||
_type==UpViewRechargeType.FindFairy or
|
_type == UpViewRechargeType.FindFairy or
|
||||||
_type==UpViewRechargeType.StarSoul or
|
_type == UpViewRechargeType.StarSoul or
|
||||||
_type==UpViewRechargeType.ChoasCoin or
|
_type == UpViewRechargeType.ChoasCoin or
|
||||||
_type==UpViewRechargeType.SpiritJade or
|
_type == UpViewRechargeType.SpiritJade or
|
||||||
_type==UpViewRechargeType.BadgeGlory or
|
_type == UpViewRechargeType.BadgeGlory or
|
||||||
_type==UpViewRechargeType.TopMatchCoin or
|
_type == UpViewRechargeType.TopMatchCoin or
|
||||||
_type==UpViewRechargeType.GuildToken or
|
_type == UpViewRechargeType.GuildToken or
|
||||||
_type==UpViewRechargeType.SpiritTicket or
|
_type == UpViewRechargeType.SpiritTicket or
|
||||||
_type==UpViewRechargeType.SummonStamps or
|
_type == UpViewRechargeType.SummonStamps or
|
||||||
_type==UpViewRechargeType.TianGong or
|
_type == UpViewRechargeType.TianGong or
|
||||||
_type==UpViewRechargeType.PuTiZi or
|
_type == UpViewRechargeType.PuTiZi or
|
||||||
_type==UpViewRechargeType.XianLingCao or
|
_type == UpViewRechargeType.XianLingCao or
|
||||||
_type==UpViewRechargeType.YHMF or
|
_type == UpViewRechargeType.YHMF or
|
||||||
_type==UpViewRechargeType.EndlessCoin or
|
_type == UpViewRechargeType.EndlessCoin or
|
||||||
_type==UpViewRechargeType.QuLingBi or
|
_type == UpViewRechargeType.QuLingBi or
|
||||||
_type==UpViewRechargeType.XuanHuangZhiQi or
|
_type == UpViewRechargeType.XuanHuangZhiQi or
|
||||||
_type==UpViewRechargeType.LuoFuJingShi or
|
_type == UpViewRechargeType.LuoFuJingShi or
|
||||||
_type==UpViewRechargeType.XiuXian or
|
_type == UpViewRechargeType.XiuXian or
|
||||||
_type==UpViewRechargeType.SuiFanXingCheng or
|
_type == UpViewRechargeType.SuiFanXingCheng or
|
||||||
_type==UpViewRechargeType.QiJieCoin or
|
_type == UpViewRechargeType.QiJieCoin or
|
||||||
_type==UpViewRechargeType.LunDaoBi then
|
_type == UpViewRechargeType.LunDaoBi or
|
||||||
_type==UpViewRechargeType.TaichuZhiQi then
|
_type == UpViewRechargeType.TaichuZhiQi then
|
||||||
UIManager.OpenPanel(UIName.RewardItemSingleShowPopup, _type)
|
UIManager.OpenPanel(UIName.RewardItemSingleShowPopup, _type)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue