From da82bc7c0a078eccbc45f4e25a697a5622a46fee Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期五, 07 二月 2025 09:33:52 +0800
Subject: [PATCH] 1.登录页优化调整,去除软键盘

---
 UserLogin.aspx |   26 ++++----------------------
 1 files changed, 4 insertions(+), 22 deletions(-)

diff --git a/UserLogin.aspx b/UserLogin.aspx
index 6e6b24a..080f705 100644
--- a/UserLogin.aspx
+++ b/UserLogin.aspx
@@ -24,19 +24,17 @@
                   v-model="phone"
                   name="phone"
                   label=""
-                  readonly
                   clickable
-                  placeholder="璇疯緭鍏ヨ处鍙�" @touchstart.native.stop="show=true;"
+                  placeholder="璇疯緭鍏ヨ处鍙�"
                   :rules="[{ required: true, message: '璇疯緭鍏ヨ处鍙�' }]"
                 ></van-field>
                 <van-field
-                  readonly
                  clickable
                   v-model="passwd"
                   type="password"
                   name="password"
                   label=""
-                  placeholder="璇疯緭鍏ュ瘑鐮�" @touchstart.native.stop="show2 = true;"
+                  placeholder="璇疯緭鍏ュ瘑鐮�" 
                   :rules="[{ required: true, message: '璇疯緭鍏ュ瘑鐮�' }]"
                 ></van-field>
              </van-cell-group>
@@ -53,24 +51,8 @@
 </template>
 </asp:Content>
 <asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder3" runat="Server">
-   <van-number-keyboard
-     v-model="phone"
-     :show="show"
-      theme="custom"
-      extra-key="."
-      close-button-text="瀹屾垚"
-      @blur="show =false;show2 =false;"
-    ></van-number-keyboard>
-     <van-number-keyboard
-   v-model="passwd"
-   :show="show2"
-    theme="custom"
-    extra-key="."
-    close-button-text="瀹屾垚"
-    @blur="show2 =false;show =false;"
-  ></van-number-keyboard>
-     <comloading  v-if="isLoading"></comloading>
+  <comloading  v-if="isLoading"></comloading>
 </asp:Content>
 <asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" runat="Server">
-    <script src="/H5/Js/UserLogin.js?<%=1234561111111111 %>"></script>
+    <script src="/H5/Js/UserLogin.js?<%=123 %>"></script>
 </asp:Content>

--
Gitblit v1.9.3