银条添加加号
parent
33419ff012
commit
083305249a
|
@ -575,6 +575,7 @@ UpViewRechargeType = {
|
|||
GodPrintStone= 1294, --神印石
|
||||
HomeLand_BeiChenZhiSui =1297,--北辰之髓
|
||||
xianChongQuan = 1350, --仙充券
|
||||
SilverBar = 124, --银条
|
||||
}
|
||||
|
||||
SHOP_PAGE = {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue