wjc
2022-10-13 fba3a6c55c4de790eaeee55f9897d668bb36dbb8
HDL_ON/Entity/Function/InverterInfo.cs
@@ -35,6 +35,8 @@
                    _h5Page = new WebView();
                    //_h5Page.CallJS("action('back')");
                }
                return _h5Page;
            }
            set
@@ -48,7 +50,8 @@
        /// <param name="showUrl"></param>
        public void ShowWebviewFormUrl(string showUrl)
        {
            if(showUrl == showPageUrl)
            if (showUrl == showPageUrl)
            {
                return;
            }