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