From c0c734d7a84cf7105401878ffc4b64cbb67621d1 Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期五, 01 十一月 2024 15:02:24 +0800
Subject: [PATCH] 更新极光Sdk531

---
 HDL_ON/Common/UserInfo.cs |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/HDL_ON/Common/UserInfo.cs b/HDL_ON/Common/UserInfo.cs
index 1e53ae7..fae970e 100644
--- a/HDL_ON/Common/UserInfo.cs
+++ b/HDL_ON/Common/UserInfo.cs
@@ -40,20 +40,6 @@
                             headImagePagePath = "LoginIcon/2.png",
                         };
                     }
-                    else if(Language.CurrentLanguage == "russian")
-                    {
-                        m_Current = new UserInfo()
-                        {
-                            ID = "1234567890",
-                            userName = "袩褉芯斜薪褘泄 邪泻泻邪褍薪褌",
-                            AccountString = "袩褉芯斜薪褘泄 邪泻泻邪褍薪褌",
-                            userMobileInfo = "袩褉芯斜薪褘泄 邪泻泻邪褍薪褌",
-                            userEmailInfo = "袩褉芯斜薪褘泄 邪泻泻邪褍薪褌",
-                            language = "russian",
-                            areaCode = "86",
-                            headImagePagePath = "LoginIcon/2.png",
-                        };
-                    }
                     else
                     {
                         m_Current = new UserInfo()

--
Gitblit v1.8.0