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 |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs b/HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs
index 91a20be..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()
                 {

--
Gitblit v1.8.0