wei
2021-02-23 0f5d7d18f98d6d961b3d21dc2b1b59905e261fff
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