HDL_ON/DAL/Server/HttpServerRequest.cs
@@ -551,7 +551,7 @@ { foreach (var home in homeList) { if (home.isBindGateway) if (home.isBindGateway)//是否绑定网关 { UserInfo.Current.regionList.Add(home); //新绑定的住宅,直接切换到新住宅 @@ -1414,7 +1414,7 @@ MainPage.cityInfo.weather = jt.GetValue("Weather").ToString(); MainPage.cityInfo.lowestTemperature = jt.GetValue("lowestTemperature").ToString(); MainPage.cityInfo.highestTemperature = jt.GetValue("highestTemperature").ToString(); MainPage.CityWeatherAction?.Invoke(); break; } catch (Exception ex)