陈嘉乐
2021-01-14 5ff03eea50f3cd0fe7bc9a1488c4d715b93551a0
HDL_ON/UI/UI0-Public/Widget/WebViewDialog.cs
@@ -43,8 +43,12 @@
            };
            bodyView.AddChidren(webView);
            //加载网址
            webView.LoadRequest(url);
            if (!string.IsNullOrEmpty(url))
            {
                //加载网址
                webView.LoadRequest(url);
            }
            this.Show();
        }
    }