From 10e455da42518ee8a0ea811388594001c13224c6 Mon Sep 17 00:00:00 2001
From: hxb <hxb@hdlchina.com.cn>
Date: 星期四, 22 九月 2022 14:58:38 +0800
Subject: [PATCH] 功能卡片功能完善前

---
 HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs b/HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs
index b125a74..5613837 100644
--- a/HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs
+++ b/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();
                             });
                         }
                     };

--
Gitblit v1.8.0