From 6387f27214a8409dfd3954ca76d354571ce56ea9 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 12 三月 2026 22:33:48 +0800
Subject: [PATCH] 558 【武将招募】新增月卡特权心愿招募不限次数
---
Main/System/Main/HomeGridLayoutCell.cs | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Main/System/Main/HomeGridLayoutCell.cs b/Main/System/Main/HomeGridLayoutCell.cs
index a6fc2d1..54ba05b 100644
--- a/Main/System/Main/HomeGridLayoutCell.cs
+++ b/Main/System/Main/HomeGridLayoutCell.cs
@@ -24,7 +24,7 @@
}
/// <summary>
- /// 閫氱煡鐖剁骇鐨勭綉鏍艰剼鏈噸鏂版帓鐗�
+ /// 閫氱煡鐖剁骇鐨勭綉鏍艰剼鏈仛鈥滆剰鏍囪鈥濓紝绛夊緟涓嬩竴娆¤疆璇㈡椂閲嶆柊鎺掔増
/// </summary>
private void NotifyParentToUpdate()
{
@@ -35,7 +35,8 @@
HomeGridLayout layout = transform.parent.GetComponent<HomeGridLayout>();
if (layout != null)
{
- layout.UpdateLayout();
+ // 鏀逛负浠呬粎璁剧疆鏍囧織浣嶏紝涓嶅啀绔嬪嵆瑙﹀彂
+ layout.MarkAsDirty();
}
}
}
\ No newline at end of file
--
Gitblit v1.8.0