From e627f4e66b1914d0f13205f45df1496d455f7895 Mon Sep 17 00:00:00 2001
From: vince <757871790@qq.com>
Date: 星期四, 26 十月 2023 21:13:02 +0800
Subject: [PATCH] 读身份证测试

---
 igds-web/src/main/resources/templates/index/index-5329.html |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/igds-web/src/main/resources/templates/index/index-5329.html b/igds-web/src/main/resources/templates/index/index-5329.html
index 7dff021..3cec265 100644
--- a/igds-web/src/main/resources/templates/index/index-5329.html
+++ b/igds-web/src/main/resources/templates/index/index-5329.html
@@ -111,7 +111,7 @@
 						<P>鏅鸿兘棰勮</P>
 				</a>
 				</span> <span class="i-menu-item i-menu5 i-navBg5">
-				<a href="javascript:;" onClick="open3d()">
+				<a href="javascript:;" onClick="openHelp()">
 					<i><img th:src="@{/static/images/i-icon-help1.png}"/></i>
 					<P>甯姪涓績</P>
 				</a>
@@ -207,14 +207,15 @@
     };
 
     //鎵撳紑璐ㄩ噺妫�娴�
-    // function open3d() {
-    //     if ("#" == threePath) {
-    //         window.open("#", "_self");
-    //     } else {
-    //         window.open(threePath, "_blank");
-    //     }
-    // };
     function open3d() {
+        if ("#" == threePath) {
+            window.open("#", "_self");
+        } else {
+            window.open(threePath, "_blank");
+        }
+    };
+
+    function openHelp() {
         window.open("./basic/common/help-center", "_blank");
     };
 </script>

--
Gitblit v1.9.3