From ad0c55f70d780439e81ebd7dde15064e788dd68a Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期五, 27 二月 2026 15:37:13 +0800
Subject: [PATCH] 增加地磅抓拍接口解析

---
 fzzy-igdss-web/src/main/resources/templates/login.html |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/fzzy-igdss-web/src/main/resources/templates/login.html b/fzzy-igdss-web/src/main/resources/templates/login.html
index 9afde1b..4a9ed17 100644
--- a/fzzy-igdss-web/src/main/resources/templates/login.html
+++ b/fzzy-igdss-web/src/main/resources/templates/login.html
@@ -122,14 +122,14 @@
     </div>
 
     <!--鎵嬫満APP-->
-    <div class="login2-ewm css-hand">
+    <div class="login2-ewm css-hand" onClick="showCode()">
         <h3>
             <i class="i-icon"><img th:src="@{/login/images/login-app.png}"/></i>涓嬭浇APP
         </h3>
     </div>
 
     <div class="login2-ewm-img dis-none" id="ewm">
-        <img th:src="@{/login/images/login-app.png}"/>
+        <img th:src="@{/login/images/login-app.png}" style="width: 100%;height: 100%"/>
     </div>
 
     <h1 class="login-tit">
@@ -226,6 +226,10 @@
 <script th:inline="javascript">
     var ctx = [[@{/}]] ;
     var captchaType = [[${captchaType}]];
+
+    function showCode() {
+        $("#ewm").css("display", "block");
+    }
 </script>
 <script src="../static/js/jquery.min.js" th:src="@{/js/jquery.min.js}"></script>
 <script src="../static/ajax/libs/validate/jquery.validate.min.js"

--
Gitblit v1.9.3