wxr
2021-01-28 48c07e0a371f67b97abc7c2e61d7f23d060324fc
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();
        }
    }