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/CustomizedRechargeModel.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Main/System/CustomizedGift/CustomizedRechargeModel.cs b/Main/System/CustomizedGift/CustomizedRechargeModel.cs
index fc33518..00d879b 100644
--- a/Main/System/CustomizedGift/CustomizedRechargeModel.cs
+++ b/Main/System/CustomizedGift/CustomizedRechargeModel.cs
@@ -146,7 +146,7 @@
var award = awards[i];
var itemData = new ItemCellModel(award.id, false, award.countEx);
itemCells[i].Init(itemData);
- itemCells[i].button.SetListener(() =>
+ itemCells[i].SetClickListener(() =>
{
if (index < goodsCount)
ItemTipUtility.Show(award.id);
@@ -163,7 +163,7 @@
else
{
itemCells[i].Init(null);
- itemCells[i].button.SetListener(() =>
+ itemCells[i].SetClickListener(() =>
{
chooseWinIndex = index - goodsCount;
chooseCTGID = ctgID;
--
Gitblit v1.8.0