wxr
2021-02-26 6a09cc33a9e800f640046350a69ba63a31f1f64b
HDL_ON/UI/UI0-Public/Widget/WebViewDialog.cs
old mode 100755 new mode 100644
@@ -43,8 +43,12 @@
            };
            bodyView.AddChidren(webView);
            //加载网址
            webView.LoadRequest(url);
            if (!string.IsNullOrEmpty(url))
            {
                //加载网址
                webView.LoadRequest(url);
            }
            this.Show();
        }
    }