添加加号提交
parent
2c83c873b9
commit
0ca366cdf4
|
|
@ -65,6 +65,7 @@ local _ShowPlusType = {
|
|||
UpViewRechargeType.godEquipStone,
|
||||
UpViewRechargeType.LingMaiCoin,
|
||||
UpViewRechargeType.yonghengzhiyao,
|
||||
UpViewRechargeType.qianmianhuan,
|
||||
}
|
||||
|
||||
-- 判断是否显示加号
|
||||
|
|
@ -400,7 +401,8 @@ function UpView:RechargeType(_type)
|
|||
_type == UpViewRechargeType.TaichuZhiQi or
|
||||
_type == UpViewRechargeType.LingMaiCoin or
|
||||
_type == UpViewRechargeType.godEquipStone or
|
||||
_type == UpViewRechargeType.yonghengzhiyao then
|
||||
_type == UpViewRechargeType.yonghengzhiyao or
|
||||
_type == UpViewRechargeType.qianmianhuan then
|
||||
UIManager.OpenPanel(UIName.RewardItemSingleShowPopup, _type)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue