玲珑宝镜消耗道具添加加号
parent
8f71700122
commit
2e08cf7672
|
@ -556,6 +556,7 @@ UpViewRechargeType = {
|
|||
LunDaoBi=107, --论道币
|
||||
XunBaoMiZong = 1229, --宝图碎片
|
||||
TaichuZhiQi = 1211,
|
||||
jingwenmiyao = 104, --镜纹密钥
|
||||
}
|
||||
|
||||
SHOP_PAGE = {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue