diff --git a/Assets/ManagedResources/~Lua/View/UpView.lua b/Assets/ManagedResources/~Lua/View/UpView.lua index 8b929737f4..e9ca65c608 100644 --- a/Assets/ManagedResources/~Lua/View/UpView.lua +++ b/Assets/ManagedResources/~Lua/View/UpView.lua @@ -66,7 +66,6 @@ local _ShowPlusType = { UpViewRechargeType.LingMaiCoin, UpViewRechargeType.yonghengzhiyao, UpViewRechargeType.qianmianhuan, - UpViewRechargeType.HomeLand_ShiWu, UpViewRechargeType.HomeLand_BeiChenZhiJing, UpViewRechargeType.exploreCost, } @@ -415,7 +414,6 @@ function UpView:RechargeType(_type) _type == UpViewRechargeType.LingMaiCoin or _type == UpViewRechargeType.godEquipStone or _type == UpViewRechargeType.yonghengzhiyao or - _type == UpViewRechargeType.HomeLand_ShiWu or _type == UpViewRechargeType.HomeLand_BeiChenZhiJing or _type == UpViewRechargeType.exploreCost or _type == UpViewRechargeType.qianmianhuan then