From 89343a7a0909e5244a3b69c4db1294de4536243b Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期一, 15 十二月 2025 18:15:22 +0800
Subject: [PATCH] 262 幻境阁系统-客户端 新增仅适用武将解锁的头像和形象的红点移除规则
---
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