From f7d3739023f4d04a4ed2c30c13d9abf8da210da7 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期一, 25 七月 2022 13:58:49 +0800
Subject: [PATCH] 兼容俄语

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

diff --git a/HDL_ON/Common/UserInfo.cs b/HDL_ON/Common/UserInfo.cs
index cecd374..230e3b9 100644
--- a/HDL_ON/Common/UserInfo.cs
+++ b/HDL_ON/Common/UserInfo.cs
@@ -40,6 +40,20 @@
                             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