陈嘉乐
2021-01-11 7542ba3a134da697a8a82d0f7aa4e8c28783cb7d
HDL_ON/UI/UI2/3-Intelligence/Automation/Weather.cs
@@ -59,10 +59,10 @@
            };
            //天气变化(城市天气)
            weatherView.btnClick.MouseUpEventHandler += (sen, e) => {
                //FunTpye funTpye = new FunTpye();
                //MainPage.BasePageView.AddChidren(funTpye);
                //funTpye.Show(LogicMethod.condition_if);
                //MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1;
                WeatherCondition weatherCondition = new WeatherCondition();
                MainPage.BasePageView.AddChidren(weatherCondition);
                weatherCondition.Show();
                MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1;
            };
          
            #endregion