玲珑宝镜消耗道具添加加号

dev_chengFeng
jiaoyangna 2021-09-23 15:50:32 +08:00
parent 8f71700122
commit 2e08cf7672
2 changed files with 3 additions and 0 deletions

View File

@ -556,6 +556,7 @@ UpViewRechargeType = {
LunDaoBi=107, --论道币
XunBaoMiZong = 1229, --宝图碎片
TaichuZhiQi = 1211,
jingwenmiyao = 104, --镜纹密钥
}
SHOP_PAGE = {

View File

@ -61,6 +61,7 @@ local _ShowPlusType = {
UpViewRechargeType.LunDaoBi,
UpViewRechargeType.TaichuZhiQi,
UpViewRechargeType.XunBaoMiZong,
UpViewRechargeType.jingwenmiyao,
}
-- 判断是否显示加号
@ -392,6 +393,7 @@ function UpView:RechargeType(_type)
_type == UpViewRechargeType.SuiFanXingCheng or
_type == UpViewRechargeType.QiJieCoin or
_type == UpViewRechargeType.LunDaoBi or
_type == UpViewRechargeType.jingwenmiyao or
_type == UpViewRechargeType.TaichuZhiQi then
UIManager.OpenPanel(UIName.RewardItemSingleShowPopup, _type)
end