名望特权

tcx_xiyou_solider
PC-202302260912\Administrator 2024-03-12 18:59:09 +08:00
parent feced2fcba
commit 45d34c1fe8
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ function this.RefreshReward(Data)
Util.SetGray(this.btnGet, false)
--LogError("rechargenum=="..rechargeNum.." neednum=="..needNum)
if rechargeNum >= needNum then
this.btnGet:GetComponent("Image").sprite = this.spLoader:LoadSprite("s_slbz_1anniuongse")
--this.btnGet:GetComponent("Image").sprite = this.spLoader:LoadSprite("s_slbz_1anniuongse")
if BagManager.GetTotalItemNum(Data.data.costId) >= Data.data.price then
this.btnRed:SetActive(true)
end