From 4b6e4a95f7c77e88ecb0ef8bbbe2e6d0d1423ffa Mon Sep 17 00:00:00 2001
From: "PC-202302260912\\Administrator" <419983115@qq.com>
Date: Fri, 5 Dec 2025 15:50:26 +0800
Subject: [PATCH] 1
---
.../GeneralPanel/View2/GeneralInfoPopup_PracticeLevel.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View2/GeneralInfoPopup_PracticeLevel.lua b/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View2/GeneralInfoPopup_PracticeLevel.lua
index c5a0a715e6..a509917a93 100644
--- a/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View2/GeneralInfoPopup_PracticeLevel.lua
+++ b/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View2/GeneralInfoPopup_PracticeLevel.lua
@@ -52,7 +52,7 @@ function this:OnShow(_parent,...)
local str = PracticeManager.GetSingleAddition(adddata)
this.addTextList[i]:GetComponent("Text").text = str
if data.State == 1 then
- this.addTextList[i]:GetComponent("Text").text = string.format("%s",str)
+ this.addTextList[i]:GetComponent("Text").text = string.format("%s",str)
end
end
-- 背景透明