From aee07e17664b4e598f4bc54460cffce26b8b823f Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期一, 15 十二月 2025 11:21:33 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

---
 Main/System/OSActivity/OSGalaMissionWin.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Main/System/OSActivity/OSGalaMissionWin.cs b/Main/System/OSActivity/OSGalaMissionWin.cs
index 39d15df..d477633 100644
--- a/Main/System/OSActivity/OSGalaMissionWin.cs
+++ b/Main/System/OSActivity/OSGalaMissionWin.cs
@@ -9,12 +9,12 @@
 using UnityEngine.UI;
 
 
-////寮�鏈嶆椿鍔�-涓荤嚎鍏冲崱娲诲姩
+////寮�鏈嶆椿鍔�-搴嗗吀
 public class OSGalaMissionWin : UIBase
 {
     [SerializeField] ScrollerController scroller;
 
-    int[] types = new int[] { 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 };
+    
 
     List<int> ids = new List<int>();
     protected override void OnPreOpen()
@@ -38,14 +38,14 @@
         // -1 涓烘墍鏈夌被鍨�
         if (type >= 2 && type <= 19 || type == -1)
         {
-            ids = AchievementManager.Instance.GetAchievementIDsByTypes(types);
+            ids = AchievementManager.Instance.GetAchievementIDsByTypes(AchievementManager.galaTypes);
             scroller.m_Scorller.RefreshActiveCellViews();
         }
     }
 
     void CreateScroller()
     {
-        ids = AchievementManager.Instance.GetAchievementIDsByTypes(types);
+        ids = AchievementManager.Instance.GetAchievementIDsByTypes(AchievementManager.galaTypes);
         var count = ids.Count;
         scroller.Refresh();
         for (int i = 0; i < count; i++)

--
Gitblit v1.8.0