From c6689f941359227f0b99b20b9400ccbab81b671c Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期二, 14 八月 2018 17:02:09 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/Store/StoreModel.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/System/Store/StoreModel.cs b/System/Store/StoreModel.cs
index 626d42b..0f79b95 100644
--- a/System/Store/StoreModel.cs
+++ b/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)
         {

--
Gitblit v1.8.0