Merge branch 'tcx_xiyou_dev' of http://192.168.1.21:3000/root/miduo_client into tcx_xiyou_dev

tcx_xiyou_solider
DESKTOP-C3M45P4\dengdan 2024-03-12 19:05:59 +08:00
commit 0549b33717
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