Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev

dev_chengFeng
ZhangBiao 2021-12-06 11:23:42 +08:00
commit 981baa0fed
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