From 0ca366cdf43946f6dff3fe2107c3ba9ad9499bc8 Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Mon, 6 Dec 2021 11:11:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8A=A0=E5=8F=B7=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/View/UpView.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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