lcy
13 小时以前 b97ca7fc69d2cddeaf1af2d4e59ba4b413034784
Main/System/Mail/MailInfoWin.cs
@@ -127,7 +127,7 @@
                string content = string.Format(config.Content, templateParams.ToArray());
                txtNoAwardInfo.text = content;
                txtAwardInfo.text = content;
                txtTitle.text = config.Title;
                txtTitle.text = string.Format(config.Title, templateParams.ToArray());
            }
            catch (System.Exception ex)
            {