From ee3196b5a04c15d025d1a9eab825d5d14987758d Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 30 十月 2025 00:23:30 +0800
Subject: [PATCH] 286 【常规】坊市系统; 调整布阵界面对应引导

---
 Main/System/Guild/GuildManager.cs |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Main/System/Guild/GuildManager.cs b/Main/System/Guild/GuildManager.cs
index 23369b2..ca9c83a 100644
--- a/Main/System/Guild/GuildManager.cs
+++ b/Main/System/Guild/GuildManager.cs
@@ -58,7 +58,7 @@
     void OnPlayerLoginOk()
     {
         UpdateDonateRedPoint();
-        QueryZBGFamilyInfo();
+        
     }
     
     void PlayerDataRefreshEvent(PlayerDataType type)
@@ -104,6 +104,7 @@
         await UniTask.Delay(100);
         UpdateDonateRedPoint();
         UpdateZBGRedpoint();
+        QueryZBGFamilyInfo();
         EnterOrQuitGuildEvent?.Invoke(true);
     }
 
@@ -784,7 +785,7 @@
         if (isQueryZBGYet)
             return;
 
-        QueryFamilyAction((int)PlayerDatas.Instance.baseData.FamilyId, 16);
+        QueryFamilyAction((int)PlayerDatas.Instance.baseData.FamilyId, ZBGFamilyActionType);
 
         isQueryZBGYet = true;
     }
@@ -896,7 +897,7 @@
 
 
     #region 绾㈢偣
-    Redpoint hallRedpoint = new Redpoint(MainRedDot.MainGuildRedpoint, MainRedDot.guildHallRedpointID);
+    
     Redpoint donateRedpoint = new Redpoint(MainRedDot.guildHallRedpointID, MainRedDot.guildHallRedpointID * 10);
     //鐝嶅疂闃�(琛屽晢)
     Redpoint zbgRedpoint = new Redpoint(MainRedDot.MainGuildRedpoint, MainRedDot.MainGuildRedpoint * 100 + 1);

--
Gitblit v1.8.0