From 7ea5608e30502035cb136e4ffa91b5a15605fdfd Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期三, 15 十月 2025 15:28:33 +0800
Subject: [PATCH] 登录增加记住密码
---
H5/My.aspx | 45 ++++++++++++++++++++++++++++++++-------------
1 files changed, 32 insertions(+), 13 deletions(-)
diff --git a/H5/My.aspx b/H5/My.aspx
index bd7e030..9c9eff4 100644
--- a/H5/My.aspx
+++ b/H5/My.aspx
@@ -4,6 +4,7 @@
<style>
.van-field__control {
text-align:right !important;
+ color: #0283EF;
}
</style>
</asp:Content>
@@ -21,37 +22,55 @@
</dl>
</div>
<van-cell-group>
-<%-- <van-field
+ <%--<van-field
readonly
is-link
v-model="cardType"
label="鍒囨崲缁勭粐"
placeholder="绁堢Η鑲′唤"
@click="goOrg"
-></van-field>
- <van-field
- readonly
- is-link
- v-model="cardType"
- label="娑堟伅涓績"
- placeholder="15鏉�"
- @click="goMsg()"
- ></van-field>--%>
+>
- <van-field readonly
+ </van-field>--%>
+<%-- <van-field
+ readonly
is-link
v-model="cardType"
label="鎵撳嵃閰嶇疆"
placeholder=""
@click="goMsg()"
+ ></van-field>--%>
+<van-field
+ label="褰撳墠缁勭粐"
+ :value="Cookies.get('orgName') || '鏆傛棤缁勭粐淇℃伅'"
+ readonly
+ input-align="center"
+ class="org-field bold-center"
+ :style="{
+ fontWeight: '700'
+ }"
+></van-field>
+
+ <van-field
+ readonly
+ is-link
+ v-model="cardType"
+ label="鍒囨崲缁勭粐"
+ placeholder=""
+ @click="changeOrg"
></van-field>
- <van-field readonly
+
+ <van-field
+ readonly
is-link
v-model="cardType"
label="閫�鍑�"
placeholder=""
@click="goOut"
></van-field>
+
+
+ <van-action-sheet v-model="show" :actions="actions" @select="onSelect" ></van-action-sheet>
</van-cell-group>
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder3" Runat="Server">
@@ -59,6 +78,6 @@
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
<script src="Js/comWebNav.js"></script>
- <script src="Js/My.js?<%=123456 %>"></script>
+ <script src="Js/My.js?<%=123455 %>"></script>
</asp:Content>
--
Gitblit v1.9.3