From 54728f432b146db7ecfd07265df3338114b8affe Mon Sep 17 00:00:00 2001 From: wangzhenxing <1545929779@qq.com> Date: Sat, 20 Jan 2024 23:35:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A5=A5=E4=B9=89=E5=8D=A1=E5=8D=87=E6=98=9F?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=E6=98=BE=E7=A4=BA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Incarnation/IncarnationUpPopup.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Incarnation/IncarnationUpPopup.lua b/Assets/ManagedResources/~Lua/Modules/Incarnation/IncarnationUpPopup.lua index c8fb3f8628..0bf91af4b0 100644 --- a/Assets/ManagedResources/~Lua/Modules/Incarnation/IncarnationUpPopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Incarnation/IncarnationUpPopup.lua @@ -223,7 +223,7 @@ function this.UpdateWin() this.costTxt.text=string.format("%s",haveItemNum.."/"..starConfig.PropList[2][2]) else costEnough=true - this.costTxt.text=string.format("%s",haveItemNum.."/"..starConfig.PropList[2][2]) + this.costTxt.text=string.format("%s",haveItemNum.."/"..starConfig.PropList[2][2]) end this.costImg.sprite=this.spLoader:LoadSprite(GetResourcePath(costItemConfig.ResourceID)) end @@ -255,7 +255,7 @@ function this.SetCostItem(costData) if haveItemNum%s",haveItemNum.."/"..costData[2]) else - this.num.text=string.format("%s",haveItemNum.."/"..costData[2]) + this.num.text=string.format("%s",haveItemNum.."/"..costData[2]) end this.bianImg.gameObject:SetActive(false) @@ -277,7 +277,7 @@ function this:UpdateUpStarCost(_num,_curSelectList) if _num%s",_num.."/"..needNum) else - this.num.text= string.format("%s",_num.."/"..needNum) + this.num.text= string.format("%s",_num.."/"..needNum) end curSelectMat=_curSelectList end