From 8bdaa9078e89f2db165c27de9d4d87cb0a05e18b Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期四, 09 二月 2023 14:44:00 +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