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