From d1b4f76d85e4f8f2d219e7c8d76510fee2441d8f Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期三, 13 二月 2019 11:59:37 +0800
Subject: [PATCH] 3335 信息提示优化

---
 System/SystemSetting/SystemSetWin.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/SystemSetting/SystemSetWin.cs b/System/SystemSetting/SystemSetWin.cs
index e927aad..293868f 100644
--- a/System/SystemSetting/SystemSetWin.cs
+++ b/System/SystemSetting/SystemSetWin.cs
@@ -298,7 +298,7 @@
 
         private void OnAuthenticationOk(SDKUtility.FP_DoIDAuthentication _result)
         {
-            MessageWin.Inst.ShowFixedTip(_result.errordesc);
+            ServerTipDetails.DisplayNormalTip(_result.errordesc);
             m_AntiAddition.gameObject.SetActive(_result.errorcode != "1");
         }
 

--
Gitblit v1.8.0