少年修仙传客户端代码仓库
client_linchunjie
2018-08-14 c6689f941359227f0b99b20b9400ccbab81b671c
System/Store/StoreModel.cs
@@ -239,7 +239,7 @@
    /// <param name="buylimit"></param>
    public void RefreshBuyShopLimitModel(HA802_tagMCShopItemDayBuyCntInfo buylimit)
    {
        DesignDebug.Log("RefreshBuyShopLimitModel" + buylimit.Count);
        DebugEx.Log("RefreshBuyShopLimitModel" + buylimit.Count);
        if (buylimit.Count > 0)
        {
            int i = 0;
@@ -422,7 +422,7 @@
    public void GetBuyResult(HA811_tagMCShoppingResult result)
    {
        DesignDebug.Log("GetBuyResult");
        DebugEx.Log("GetBuyResult");
        StoreConfig tagStore = ConfigManager.Instance.GetTemplate<StoreConfig>((int)result.ItemIndex);
        if (tagStore != null)
        {