HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs
@@ -1453,8 +1453,11 @@ new System.Threading.Thread(() => { System.Threading.Thread.Sleep(2000); Application.RunOnMainThread(() => { var status = new Dictionary<string, object> { ["method"] = "weather", ["data"] = MainPage.cityInfo.weather }; Inverter.Ins.H5Page.CallJS($"nativeToJs(\'{Newtonsoft.Json.JsonConvert.SerializeObject(status)}\')"); }); }) { IsBackground = true }.Start(); Inverter.Ins.H5Page.JSToNativeAction = (dictionary) =>