1
wei
2021-08-28 b01d8159268d381e54ce03aa598b14c3f5b94272
HDL_ON/UI/UI0-Public/Widget/WebViewDialog.cs
@@ -42,11 +42,17 @@
                Width = bodyView.Width - Application.GetRealWidth(32)
            };
            bodyView.AddChidren(webView);
            if (!string.IsNullOrEmpty(url))
            try
            {
                //加载网址
                webView.LoadRequest(url);
                if (!string.IsNullOrEmpty(url))
                {
                    //加载网址
                    webView.LoadRequest(url);
                }
            }
            catch
            {
            }
            this.Show();