HDL_ON/Common/UserInfo.cs
@@ -32,11 +32,11 @@ { m_Current = new UserInfo() { ID = "1234567890", userName = "试用账号", AccountString = "试用账号", userMobileInfo = "试用账号", userEmailInfo = "试用账号", ID = "体验账号1234567890", userName = "体验账号", AccountString = "体验账号", userMobileInfo = "体验账号", userEmailInfo = "体验账号", language = "Chinese", areaCode = "86", headImagePagePath = "LoginIcon/2.png", @@ -56,6 +56,7 @@ headImagePagePath = "LoginIcon/2.png", }; } return m_Current; } try