银条添加加号

dev_one_discount
wangzhenxing 2023-09-20 19:02:41 +08:00
parent 33419ff012
commit 083305249a
2 changed files with 3 additions and 0 deletions

View File

@ -575,6 +575,7 @@ UpViewRechargeType = {
GodPrintStone= 1294, --神印石
HomeLand_BeiChenZhiSui =1297,--北辰之髓
xianChongQuan = 1350, --仙充券
SilverBar = 124, --银条
}
SHOP_PAGE = {

View File

@ -72,6 +72,7 @@ local _ShowPlusType = {
UpViewRechargeType.GodPrintStone,
UpViewRechargeType.HomeLand_BeiChenZhiSui,
UpViewRechargeType.xianChongQuan,
UpViewRechargeType.SilverBar,
}
-- 判断是否显示加号
@ -428,6 +429,7 @@ function UpView:RechargeType(_type)
_type == UpViewRechargeType.exploreCost or
_type == UpViewRechargeType.qianmianhuan or
_type == UpViewRechargeType.xianChongQuan or
_type == UpViewRechargeType.SilverBar or
_type == UpViewRechargeType.HomeLand_BeiChenZhiSui then
UIManager.OpenPanel(UIName.RewardItemSingleShowPopup, _type)
elseif _type == UpViewRechargeType.GodPrintStone then