hxb
2022-09-22 10e455da42518ee8a0ea811388594001c13224c6
HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs
@@ -1072,13 +1072,13 @@
            }
            bool debugFlag = false;
#if DEBUG
            debugFlag = true;
#endif
//            bool debugFlag = false;
//#if DEBUG
//            debugFlag = true;
//#endif
            //光伏数据
            if (FunctionList.List.InverterList.Count > 0 || debugFlag)
            if (FunctionList.List.InverterList.Count > 0 /*|| debugFlag*/)
            {
                FrameLayout inverterListView = new FrameLayout()
                {
@@ -1252,7 +1252,7 @@
                        {
                            Application.RunOnMainThread(() =>
                            {
                                Inverter.Ins.H5Page.RemoveFromParent();
                                h5BasePage.RemoveFromParent();
                            });
                        }
                    };