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);