少年修仙传客户端代码仓库
client_linchunjie
2018-08-14 c6689f941359227f0b99b20b9400ccbab81b671c
System/Message/RichTableEvent.cs
@@ -110,7 +110,7 @@
                                        }
                                        else
                                        {
                                            DesignDebug.LogError(string.Format("物品表里没有ID{0}对应的物品", id));
                                            DebugEx.LogError(string.Format("物品表里没有ID{0}对应的物品", id));
                                        }
                                    }
                                }
@@ -395,7 +395,7 @@
            }
            catch (Exception e)
            {
                DesignDebug.Log(e.Message);
                DebugEx.Log(e.Message);
            }
        }
        int itemCount = 0;
@@ -431,7 +431,7 @@
            }
            catch (Exception e)
            {
                DesignDebug.Log(e.Message);
                DebugEx.Log(e.Message);
            }
            if (_json != null)
            {
@@ -480,7 +480,7 @@
            }
            catch (Exception e)
            {
                DesignDebug.Log(e.Message);
                DebugEx.Log(e.Message);
            }
        }
@@ -494,7 +494,7 @@
            }
            catch (Exception e)
            {
                DesignDebug.Log(e.Message);
                DebugEx.Log(e.Message);
            }
        }