From f903d306e6b7e710ca9f3cce87251e710714d8aa Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期一, 13 二月 2023 14:27:54 +0800
Subject: [PATCH] 光伏更新

---
 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