From f5bd610dc5130617981c973b7b073c8a8ed0ac9b Mon Sep 17 00:00:00 2001 From: wangzhenxing <1545929779@qq.com> Date: Tue, 30 Jan 2024 16:49:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A5=9E=E5=8D=B0=E8=AF=A6=E6=83=85=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/GodPrint/GodPrintPopUp.lua | 12 ++++++------ .../Modules/Popup/RewardTalismanSingleShowPopup2.lua | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/GodPrint/GodPrintPopUp.lua b/Assets/ManagedResources/~Lua/Modules/GodPrint/GodPrintPopUp.lua index f042a3fd3e..9e2d80b5d2 100644 --- a/Assets/ManagedResources/~Lua/Modules/GodPrint/GodPrintPopUp.lua +++ b/Assets/ManagedResources/~Lua/Modules/GodPrint/GodPrintPopUp.lua @@ -302,15 +302,15 @@ function GodPrintPopUp:RefreshShow(_type) --firstStr=curStr elseif index==2 then if equipConfig[soulId].Star>=index-1 then - stringInfo=stringInfo..""..curStr..""..""..string.format(" (+%s解锁)",index-1).."\n" + stringInfo=stringInfo..""..curStr..""..""..string.format(" (+%s解锁)",index-1).."\n" else - stringInfo=stringInfo..""..curStr..""..""..string.format(" (+%s解锁)",index-1).."\n" + stringInfo=stringInfo..""..curStr..""..""..string.format(" (+%s解锁)",index-1).."\n" end else if equipConfig[soulId].Star>=index-1 then - stringInfo=stringInfo..""..curStr..""..""..string.format(" (+%s解锁)",index-1).."\n" + stringInfo=stringInfo..""..curStr..""..""..string.format(" (+%s解锁)",index-1).."\n" else - stringInfo=stringInfo..""..curStr..""..""..string.format(" (+%s解锁)",index-1).."\n" + stringInfo=stringInfo..""..curStr..""..""..string.format(" (+%s解锁)",index-1).."\n" end end end @@ -402,9 +402,9 @@ function GodPrintPopUp:RefreshShow(_type) --LogError("goldSuiteSkill[i][2]=="..goldSuiteSkill[i][2]) if goldSuiteSkill[i][2] then if isEnough then - go:GetComponent("Text").text = string.format("%s",GetLanguageStrById(passiveSkillConfig[goldSuiteSkill[i][2]].Desc)) + go:GetComponent("Text").text = string.format("%s",GetLanguageStrById(passiveSkillConfig[goldSuiteSkill[i][2]].Desc)) else - go:GetComponent("Text").text = string.format("%s",GetLanguageStrById(passiveSkillConfig[goldSuiteSkill[i][2]].Desc)) + go:GetComponent("Text").text = string.format("%s",GetLanguageStrById(passiveSkillConfig[goldSuiteSkill[i][2]].Desc)) end end diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/RewardTalismanSingleShowPopup2.lua b/Assets/ManagedResources/~Lua/Modules/Popup/RewardTalismanSingleShowPopup2.lua index f545f665a0..4a0122fb90 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/RewardTalismanSingleShowPopup2.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/RewardTalismanSingleShowPopup2.lua @@ -338,7 +338,7 @@ function RewardTalismanSingleShowPopup2:OnShow() Power = EquipTreasureManager.CalculateWarForce(self.equipData.idDyn) end self.skillNameInfo.text="精炼技能:" - self.equipType.text = string.format("宝物类型:%s",EquipTreasureTypeStr[equipConfigData.Location]) + self.equipType.text = string.format("饰品类型:%s",EquipTreasureTypeStr[equipConfigData.Location]) end self.powerNum.text = Power