HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs
@@ -1452,13 +1452,13 @@ Inverter.Ins.H5Page.JSToNativeAction = (dictionary) => { //var jObj = dictionary; //JObject jObj = JObject.Parse(Newtonsoft.Json.JsonConvert.SerializeObject(dictionary)); #if __IOS__ JObject jObj = JObject.Parse(Newtonsoft.Json.JsonConvert.SerializeObject(dictionary)); #else var valuePairs = ""; dictionary.TryGetValue("method", out valuePairs); JObject jObj = JObject.Parse(valuePairs); #endif if (!jObj.ContainsKey("method") || !jObj.ContainsKey("data")) {