From cb9fc77b1517df3f0c363c0dd18483ebfc8a0f5a Mon Sep 17 00:00:00 2001 From: ZhangBiao Date: Thu, 6 Jan 2022 15:52:51 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=AE=B6=E5=9B=AD=E3=80=91=E6=91=98?= =?UTF-8?q?=E6=98=9F=E9=98=81=E6=96=87=E5=AD=97=E6=8F=90=E7=A4=BA=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Popup/View/GeneralPopup_HomeLandEquip.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_HomeLandEquip.lua b/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_HomeLandEquip.lua index aa74b7c41e..a80be79148 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_HomeLandEquip.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_HomeLandEquip.lua @@ -139,7 +139,7 @@ function this:SetData() else this.costIcon.gameObject:SetActive(false) this.costNum.gameObject:SetActive(false) - this.costCondition.text = string.format("%s到达%s级",HomeLand[limit[1]].Name,limit[2]) + this.costCondition.text = string.format("%s需要到达%s级",HomeLand[limit[1]].Name,limit[2]) end --按钮和tips显示