From e3e4ed259b23b433a3d6f0dc8c1a50282ad80e2a Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 10 四月 2026 15:20:12 +0800
Subject: [PATCH] 0312 调整异步读表
---
Main/System/OSActivity/OSGalaChangeCell.cs | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/Main/System/OSActivity/OSGalaChangeCell.cs b/Main/System/OSActivity/OSGalaChangeCell.cs
index 4d289fb..fcccb6f 100644
--- a/Main/System/OSActivity/OSGalaChangeCell.cs
+++ b/Main/System/OSActivity/OSGalaChangeCell.cs
@@ -54,7 +54,9 @@
buyBtn.SetActive(true);
buyBtn.SetListener(() =>
{
- StoreModel.Instance.SendBuyShopItem(storeConfig, 1);
+ // StoreModel.Instance.SendBuyShopItem(storeConfig, 1);
+ StoreModel.Instance.buyShopID = id;
+ UIManager.Instance.OpenWindow<BuyItemWin>();
});
}
var buyCnt = StoreModel.Instance.GetShopLimitBuyCount(id);
--
Gitblit v1.8.0