From 387f6aaa335701134d6020079bbe453fdaab48ab Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期一, 13 二月 2023 17:17:03 +0800
Subject: [PATCH] aar更新

---
 HDL_ON/DAL/DriverLayer/Control.cs |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/HDL_ON/DAL/DriverLayer/Control.cs b/HDL_ON/DAL/DriverLayer/Control.cs
index 1cdcd34..87e6d3e 100644
--- a/HDL_ON/DAL/DriverLayer/Control.cs
+++ b/HDL_ON/DAL/DriverLayer/Control.cs
@@ -1494,14 +1494,12 @@
                                 //wjc
                                 break;
                             case SPK.Inverter:
-                                MainPage.Log("閫嗗彉鍣ㄦ暟鎹洿鏂�");
+                            case SPK.InverterRst:
                                 var status = new Dictionary<string, object> { ["method"] = "status", ["data"] = temp.objects };
-                                MainPage.Log("閫嗗彉鍣ㄦ暟鎹洿鏂�1");
                                 Application.RunOnMainThread(() =>
                                 {
                                     Inverter.Ins.H5Page.CallJS($"nativeToJs(\'{Newtonsoft.Json.JsonConvert.SerializeObject(status)}\')");
                                 });
-                                MainPage.Log("閫嗗彉鍣ㄦ暟鎹洿鏂�2");
                                 break;
                         }
 

--
Gitblit v1.8.0