From 5a4e34c8a85737c0fa5b5775122da31155cbaef3 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期一, 09 二月 2026 14:46:01 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
---
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