JLChen
2021-07-08 70d2b7cd0c8fe5dfb29bb2baf96997575ade2bac
HDL_ON/Common/UserInfo.cs
@@ -23,8 +23,6 @@
        {
            get
            {
                if (m_Current == null)
                {
                    //Dome模式
                    if (MainPage.NoLoginMode)
                    {
@@ -32,7 +30,7 @@
                        {
                            m_Current = new UserInfo()
                            {
                                ID = "体验账号1234567890",
                            ID = "1234567890",
                                userName = "体验账号",
                                AccountString = "体验账号",
                                userMobileInfo = "体验账号",
@@ -58,6 +56,8 @@
                        }
                        return m_Current;
                    }
                if (m_Current == null)
                {
                    try
                    {