From 97de31e9a015cf139f5293a22e1575a43dfb6733 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 24 四月 2026 14:16:02 +0800
Subject: [PATCH] WEBGL ANDROID适配

---
 Main/System/CustomizedGift/CustomizedGiftCell.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Main/System/CustomizedGift/CustomizedGiftCell.cs b/Main/System/CustomizedGift/CustomizedGiftCell.cs
index a1eedb4..08ec571 100644
--- a/Main/System/CustomizedGift/CustomizedGiftCell.cs
+++ b/Main/System/CustomizedGift/CustomizedGiftCell.cs
@@ -53,7 +53,7 @@
                     itemCells[i].SetActive(true);
                     var itemData = new ItemCellModel((int)award.ItemID, false, award.ItemCount);
                     itemCells[i].Init(itemData);
-                    itemCells[i].button.SetListener(() =>
+                    itemCells[i].SetClickListener(() =>
                     {
                         ItemTipUtility.Show((int)award.ItemID);
                     });

--
Gitblit v1.8.0