【鸿蒙阵bug修改】

dev_chengFeng
guowei 2021-01-06 10:21:55 +08:00
parent 0eae27d30d
commit e94bbe1641
1 changed files with 2 additions and 1 deletions

View File

@ -298,7 +298,8 @@ function this:UpdateItemShow(go,boxData,msg)
end
function this:AddBoxFun(boxData)
local content = ""
Gold = BagManager.GetTotalItemNum(UpViewRechargeType.XuanHuangZhiQi)
DemonCrystal = BagManager.GetTotalItemNum(UpViewRechargeType.DemonCrystal)
if Gold >= boxData.PropPrice[2] then
content =string.format("是否花费%d玄黄之气解锁共鸣位置",boxData.PropPrice[2])
elseif Gold < boxData.PropPrice[2] then