【七界试炼】提交
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",
|
||||||
|
|
|
@ -391,7 +391,7 @@ function UpView:RechargeType(_type)
|
||||||
_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
|
||||||
|
|
Loading…
Reference in New Issue