From d8dd712b682362671ed81554ce4e5a2979f78cc8 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 20 九月 2022 13:27:56 +0800 Subject: [PATCH] 绿建科技系统 --- HDL_ON/Entity/Function/InverterInfo.cs | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/HDL_ON/Entity/Function/InverterInfo.cs b/HDL_ON/Entity/Function/InverterInfo.cs index fc548f2..dd94d57 100644 --- a/HDL_ON/Entity/Function/InverterInfo.cs +++ b/HDL_ON/Entity/Function/InverterInfo.cs @@ -35,6 +35,8 @@ _h5Page = new WebView(); //_h5Page.CallJS("action('back')"); } + + return _h5Page; } set @@ -48,7 +50,8 @@ /// <param name="showUrl"></param> public void ShowWebviewFormUrl(string showUrl) { - if(showUrl == showPageUrl) + + if (showUrl == showPageUrl) { return; } -- Gitblit v1.8.0