From f1440b7ce7d8c4fa68b08aeed6ec8750628a6639 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 29 一月 2026 15:57:54 +0800
Subject: [PATCH] Merge branch 'master' of http://mobile.secondworld.net.cn:10010/r/Project_SG_scripts

---
 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