hch
3 天以前 e3e4ed259b23b433a3d6f0dc8c1a50282ad80e2a
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);