wei
2020-12-11 78df3d9006b4fa60c312cbda519096c167c1cf21
HDL_ON/UI/UI1-Login/LoginPageBLL.cs
@@ -599,7 +599,6 @@
                            {
                                //跳转页面----
                                MainPage.GoUserPage();
                                MainPage.InitializationData();
                                return;
                            }
                        });
@@ -615,8 +614,8 @@
                             */
                            /*
                             查看本地是否存在数据
                             存在则导出
                             * 查看本地是否存在数据
                             * 存在则导出
                             */
                            var isExis = FileUtils.IsExisFolder(DB_ResidenceData.residenceData.CurReginID);
                            if (isExis)
@@ -632,7 +631,6 @@
                            {
                                //跳转页面----
                                MainPage.GoUserPage();
                                MainPage.InitializationData();
                            });
                        }
                        else
@@ -759,12 +757,13 @@
            var responsePack = pm.GetHomePager();
            if (responsePack == StateCode.SUCCESS)
            {
                //2020-11-13 待确认,没有住宅,不算登录成功
                if (UserInfo.Current.regionList != null && UserInfo.Current.regionList.Count > 0)
                {
                    result = true;
                }
                ////2020-11-13 待确认,没有住宅,不算登录成功
                //if (UserInfo.Current.regionList != null && UserInfo.Current.regionList.Count > 0)
                //{
                //result = true;
                //}
                //2020-12-10 没有住宅登录成功,但是不能进入主界面
                result = true;
            }
            else
            {