【鸿蒙阵bug修改】
parent
0eae27d30d
commit
e94bbe1641
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue