wei
2021-06-23 531f1380ec8478e109118cf96bc2c9f31e9278d1
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