From 897b9d2f29b8ad5f7ded302203e570fa573b224c Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期三, 28 一月 2026 18:36:40 +0800
Subject: [PATCH] 411 定军阁-客户端

---
 Main/System/HeroUI/HeroGiftLineCell.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Main/System/HeroUI/HeroGiftLineCell.cs b/Main/System/HeroUI/HeroGiftLineCell.cs
index ce685b9..c86faa0 100644
--- a/Main/System/HeroUI/HeroGiftLineCell.cs
+++ b/Main/System/HeroUI/HeroGiftLineCell.cs
@@ -6,10 +6,10 @@
     [SerializeField] GiftBaseCell[] cardList;
 
     public void Display(int index, List<int> configList)
-    { 
+    {
         for (int i = 0; i < cardList.Length; i++)
         {
-            if (index < configList.Count)
+            if (index + i < configList.Count)
             {
                 var giftID = configList[index + i];
                 var giftLV = HeroUIManager.Instance.maxGiftLevel;

--
Gitblit v1.8.0