From 34c9e63772d9bf214d027c16e396f437871ddb01 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期四, 29 一月 2026 15:56:42 +0800
Subject: [PATCH] 441 公会相关界面 公会日志

---
 Main/System/Guild/GuildNoteWin.cs |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/Main/System/Guild/GuildNoteWin.cs b/Main/System/Guild/GuildNoteWin.cs
index 73bcaac..46f129f 100644
--- a/Main/System/Guild/GuildNoteWin.cs
+++ b/Main/System/Guild/GuildNoteWin.cs
@@ -30,7 +30,7 @@
 
     protected override void OnPreClose()
     {
-        GuildManager.Instance.EnterOrQuitGuildEvent -= OnEnterOrQuitGuildEvent;  
+        GuildManager.Instance.EnterOrQuitGuildEvent -= OnEnterOrQuitGuildEvent;
         GuildManager.Instance.FamilyActionInfoEvent -= OnFamilyActionInfoEvent;
         scroller.OnGetDynamicSize -= OnGetChatDynamicSize;
         scroller.OnRefreshCell -= OnRefreshCell;
@@ -117,6 +117,11 @@
             }
         }
         scroller.Restart();
+        
+        if (!isNullOrEmpty)
+        {
+            scroller.JumpIndex(list.Count - 1);
+        }
 
         noNote.SetActive(isNullOrEmpty);
         hasNote.SetActive(!isNullOrEmpty);

--
Gitblit v1.8.0