diff --git a/Assets/ManagedResources/~Lua/View/UpView.lua b/Assets/ManagedResources/~Lua/View/UpView.lua index 013e3628c3..cc40517b0b 100644 --- a/Assets/ManagedResources/~Lua/View/UpView.lua +++ b/Assets/ManagedResources/~Lua/View/UpView.lua @@ -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