wei
2021-07-09 bce17e5a91e596d29209056e2e4ac3a6f88c2219
HDL_ON/UI/UI0-Public/Widget/WebViewDialog.cs
@@ -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();
        }
    }