JLChen
2021-08-28 3c8f41f50076a3b904705ef9f94d1a827ecd8c52
HDL_ON/UI/UI0-Public/Widget/WebViewDialog.cs
old mode 100755 new mode 100644
@@ -42,9 +42,19 @@
                Width = bodyView.Width - Application.GetRealWidth(32)
            };
            bodyView.AddChidren(webView);
            try
            {
                if (!string.IsNullOrEmpty(url))
                {
                    //加载网址
                    webView.LoadRequest(url);
                }
            }
            catch
            {
            //加载网址
            webView.LoadRequest(url);
            }
            this.Show();
        }
    }