From 6e9db31ca1b5f5a3bbea410eb4ddad61a16f2fed Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期四, 17 七月 2025 16:48:04 +0800 Subject: [PATCH] 1.IQC优化 2.界面样式优化 3.登录保存账号信息 --- H5/Js/UserLogin.js | 6 +++--- UserLogin.aspx | 2 +- H5/Default.aspx | 1 + H5/LLJ/Add.aspx | 4 ++-- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/H5/Default.aspx b/H5/Default.aspx index 3e610ca..341c704 100644 --- a/H5/Default.aspx +++ b/H5/Default.aspx @@ -28,6 +28,7 @@ </template> </van-tab> </van-tabs> + <div style="height:100px;"> </div> </asp:Content> <asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder3" runat="Server"> <webnav :active="0"></webnav> diff --git a/H5/Js/UserLogin.js b/H5/Js/UserLogin.js index 7ab253d..5a56fd9 100644 --- a/H5/Js/UserLogin.js +++ b/H5/Js/UserLogin.js @@ -14,10 +14,10 @@ if (typeof (Cookies.get('phone')) == "undefined") { } else { that.phone = Cookies.get('phone'); - that.passwd = Cookies.get('passwd'); + //that.passwd = Cookies.get('passwd'); } - that.phone = "admin"; - that.passwd = "123456"; + //that.phone = "admin"; + //that.passwd = "123456"; }, methods: { onSubmit(name) { diff --git a/H5/LLJ/Add.aspx b/H5/LLJ/Add.aspx index 36847bb..affa9f2 100644 --- a/H5/LLJ/Add.aspx +++ b/H5/LLJ/Add.aspx @@ -83,7 +83,7 @@ </template> </van-field> <van-field label="鏁伴噺" colon="true" v-model="formData.fcovertQty" readonly ></van-field> - <van-field label="涓嶅悎鏍兼弿杩�" v-if='formData.fcheckResu == "N:涓嶅悎鏍�"' colon v-model="remarks" readonly class="wrap-field"> + <van-field label="寮傚父鎻忚堪" v-if='formData.fcheckResu == "N:涓嶅悎鏍�"' colon v-model="remarks" readonly class="wrap-field"> <template #input> <div class="wrap-content">{{ remarks }}</div> </template> @@ -103,7 +103,7 @@ show-word-limit />--%> <!-- 涓嶅悎鏍艰〃杩拌緭鍏� --> - <van-dialog v-model="showDialog" title="涓嶅悎鏍兼弿杩�" :show-cancel-button="false" @confirm="remarksConfirm"> + <van-dialog v-model="showDialog" title="寮傚父鎻忚堪" :show-cancel-button="false" @confirm="remarksConfirm"> <van-field v-model="remarks" rows="5" diff --git a/UserLogin.aspx b/UserLogin.aspx index 1ce1f07..5cba0d7 100644 --- a/UserLogin.aspx +++ b/UserLogin.aspx @@ -54,5 +54,5 @@ <comloading v-if="isLoading"></comloading> </asp:Content> <asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" runat="Server"> - <script src="/H5/Js/UserLogin.js?<%=1234 %>"></script> + <script src="/H5/Js/UserLogin.js?<%=1235 %>"></script> </asp:Content> -- Gitblit v1.9.3