【七界试炼】提交
parent
1c191a78b9
commit
cea14746f8
|
@ -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",
|
||||
|
|
|
@ -391,7 +391,7 @@ function UpView:RechargeType(_type)
|
|||
_type == UpViewRechargeType.XiuXian or
|
||||
_type == UpViewRechargeType.SuiFanXingCheng or
|
||||
_type == UpViewRechargeType.QiJieCoin or
|
||||
_type==UpViewRechargeType.LunDaoBi then
|
||||
_type == UpViewRechargeType.LunDaoBi or
|
||||
_type == UpViewRechargeType.TaichuZhiQi then
|
||||
UIManager.OpenPanel(UIName.RewardItemSingleShowPopup, _type)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue