添加加号提交

dev_chengFeng
jiaoyangna 2021-12-06 11:11:16 +08:00
parent 2c83c873b9
commit 0ca366cdf4
1 changed files with 3 additions and 1 deletions

View File

@ -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