wxr
2021-03-16 9b44e30275621a48335fbea7b32b5065a2859c9c
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();
        }
    }