From f3c3e3c6e12d832093a20ad9f01f459573400305 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期三, 12 十一月 2025 10:48:55 +0800
Subject: [PATCH] 262 幻境阁系统-个人信息界面

---
 Main/System/PhantasmPavilion/AvatarCell.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Main/System/PhantasmPavilion/AvatarCell.cs b/Main/System/PhantasmPavilion/AvatarCell.cs
index 4a73a2c..354704e 100644
--- a/Main/System/PhantasmPavilion/AvatarCell.cs
+++ b/Main/System/PhantasmPavilion/AvatarCell.cs
@@ -56,6 +56,7 @@
         {
             if (m_button == null)
             {
+                LoadPrefab();
                 m_button = this.GetComponent<ButtonEx>("AvatarCell/Img_BG");
             }
             return m_button;

--
Gitblit v1.8.0