balance.jsp
10.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<?xml version="1.0" encoding="UTF-8" ?>
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%>
<c:set var="ctx" value="${pageContext.request.contextPath}" />
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<style>
.account-pay .ap-left .ap-list a:hover{color: #ff0045}
.account-pay .ap-left .ap-list a {color: #0000FF}
</style>
<head>
<jsp:include page="${ctx }/view/common/meta.jsp" />
<link href="${ctx }/resource/css/member.css" rel="stylesheet" type="text/css" />
<link href="${ctx }/resource/css/easyDialog.css" rel="stylesheet" type="text/css" />
<link href="${ctx }/resource/css/tab-slide.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="${ctx }/resource/js/user/fund/balance.js?r=<%=Math.random()%>"></script>
</head>
<body>
<jsp:include page="${ctx }/view/common/header.jsp" />
<div class="bigbox">
<jsp:include page="${ctx }/view/common/menu.jsp" />
<div class="etlist rightbox0" style="margin-top: 28px">
<h2 style="text-align: left;">我的资料
<!-- <a href="javascript:trustapplyReturn.beforeReturn()" class="returnButton" >批量退货</a> -->
</h2>
<%-- <h2 style="float:right;width:300px;">
<input type="hidden" id="useful" value="${useful}"/>
<span style="font-size:18px;vertical-align: bottom;">委托有效期:</span>
<a href="javascript:Balance.updateUseful(0)" id="usefulBtn1">本日有效</a><a href="javascript:Balance.updateUseful(1)" id="usefulBtn2">七日有效</a>
</h2> --%>
<%-- <div class="tab-slide bottom-border">
<a class=" tab-seletced" href="${ctx }/user/balance">基本信息</a>
<a class="attention" href="${ctx }/user/mobileTel">手机号管理</a>
<a class="attention" href="${ctx }/user/address/search">地址管理</a>
</div> --%>
<div class="crossline"></div>
<ul class="tab">
<li class="selected"><a href="${ctx }/user/balance">基本信息</a></li>
<li ><a href="${ctx }/user/mobileTel">手机号管理</a></li>
<li ><a href="${ctx }/user/address/search">地址管理</a></li>
</ul>
<div class="clear"></div>
<div class="rightbox2" style="padding: 0px;">
<div class="zhuanchu-centerbox2">
<div class="account-pay">
<div class="ap-left">
<p style="padding: 30px 0px;">真实姓名: ${sessionScope.USER_INFO.client_name } 会员号: ${sessionScope.USER_INFO.client_id } </p>
<c:if test="${userInfo.ID_KIND==0}">
<P style="padding: 30px 0px;">证件类型:身份证</P>
</c:if>
<P style="padding: 30px 0px;">证件号码:${userInfo.ID_NO }</P>
<P style="padding: 30px 0px;" class="ap-list">手机号:${userInfo.MOBILE_TEL } <a href="${ctx }/user/mobileTel">修改手机号</a></P>
<P style="padding: 30px 0px; white-space:nowrap; " class="ap-list">已绑定银行卡:${userInfo.OPEN_BANK_NAME } ${userInfo.BANK_ACCOUNT } <a href="${ctx }/user/bank/manage">更换银行卡号</a></P>
<div style="clear: both"></div>
<%-- <p>
真实姓名: ${sessionScope.USER_INFO.client_name } , 您当前可用余额
<span><fmt:formatNumber type="number" maxFractionDigits="2" minFractionDigits="2" value="${balance.enable_balance }" /></span> 元
</p> --%>
</div>
<%-- <div class="ap-right">
<a href="${ctx }/user/charge">充值</a>
<a href="${ctx }/user/kiting">提现</a>
</div> --%>
<div style="clear: both"></div>
</div>
<%-- <div class="account-pay account-bank">
<div class="ap-left">
<p>资产余额</p>
<p>
<span><fmt:formatNumber type="number" maxFractionDigits="2" minFractionDigits="2" value="${balance.current_balance }" /></span> 元
</p>
</div>
<div class="ap-left">
<p>资产总值</p>
<p>
<span><fmt:formatNumber type="number" maxFractionDigits="2" minFractionDigits="2" value="${balance.asset_balance }" /></span> 元
</p>
</div>
<div class="ap-right">
<a href="${ctx }/user/bank/manage">银行卡管理</a>
<!-- a href="${ctx }/user/changeBankCard">银行卡管理</a-->
<a id="changePassWord">更改密码</a>
<a id="changePhoneNum">更改手机号</a>
<!-- <a id="cardNumber">更改身份证号</a> -->
</div>
<div style="clear: both"></div>
</div> --%>
</div>
<div class="clear"></div>
</div>
</div>
<div class="clear"></div>
</div>
<jsp:include page="${ctx }/view/common/bottom.jsp" />
<!-- 更改手机号码 -->
<div class="easyDialog_wrapper ND change-password" id="changePhonenum">
<div class="easyDialog_content" style="border-top: 3px solid #d81e31;">
<h4 class="easyDialog_title" id="easyDialogTitle">
<!-- <a href="javascript:void(0)" title="关闭窗口" class="close_btn" onclick="easyDialog.close()">×</a> -->
<span class="">更改手机号</span>
</h4>
<div class="easyDialog_text">
<p>
<label>新手机号码:</label><input type="text" id="mobile_tel" maxlength='11'/>
</p>
<p>
<label>手机验证码:</label><input style="width: 82px;" type="password" id="sms_code" maxlength='6'/>
<input class="send-msg" type="button" id="btnValidCode" value="发送验证码" />
</p>
<p>
<label>交易密码:</label><input type="password" id="pwd" maxlength='6'/>
</p>
</div>
<div class="easyDialog_footer two-btn">
<button class="btn_normal" onclick="easyDialog.close()">取消</button>
<button class="btn_highlight" id="ensurePopup" onclick="Balance.changeMobile()">确定</button>
</div>
</div>
</div>
<!-- 更改身份证号码 -->
<div class="easyDialog_wrapper ND change-password" id="cardnumber">
<div class="easyDialog_content" style="border-top: 3px solid #d81e31;">
<h4 class="easyDialog_title" id="easyDialogTitle">
<!-- <a href="javascript:void(0)" title="关闭窗口" class="close_btn" onclick="easyDialog.close()">×</a> -->
<span class="">更改身份证号</span>
</h4>
<div class="easyDialog_text">
<p>
<label>新身份证号:</label><input type="text" id="id_no" name="cardNumber" maxlength='18'/>
</p>
<!-- <p>
<label>手机验证码:</label><input style="width: 82px;" type="password" id="sms_code" maxlength='6'/>
<input class="send-msg" type="button" id="btnValidCode" value="发送验证码" />
</p> -->
<!-- <p>
<label>身份证正面:</label><input type="file" class="common_input" id="id_pic" name="cardFrontFile" />
<span class="prompt_text" id="id_picTip">请上传身份证正面照片</span>
</p> -->
</div>
<div class="easyDialog_footer two-btn">
<button class="btn_normal" onclick="easyDialog.close()">取消</button>
<button class="btn_highlight" id="ensurePopup" onclick="Balance.cardNumber()">确定</button>
</div>
</div>
</div>
<!-- 更改密码 -->
<div class="easyDialog_wrapper ND change-password" id="changePassword">
<div class="easyDialog_content" style="border-top: 3px solid #d81e31;">
<h4 class="easyDialog_title" id="easyDialogTitle">
<!-- <a href="javascript:void(0)" title="关闭窗口" class="close_btn" onclick="easyDialog.close()">×</a> -->
<span class="">更改密码</span>
</h4>
<div class="easyDialog_text">
<p>
<label>修改类型:</label> <select>
<option>资金密码</option>
<option>交易密码</option>
</select>
</p>
<p>
<label>旧密码:</label><input type="password" maxlength='6' />
</p>
<p>
<label>新密码:</label><input type="password" maxlength='6' />
</p>
<p>
<label>新密码确认:</label><input type="password" maxlength='6' />
</p>
</div>
<div class="easyDialog_footer two-btn">
<button class="btn_normal" onclick="easyDialog.close()">取消</button>
<button class="btn_highlight" id="ensurePopup">确定</button>
</div>
</div>
</div>
<!-- 确定结果弹窗 -->
<div class="easyDialog_wrapper ND ensure " id="ensure">
<div class="easyDialog_content" style="border-top: 3px solid #d81e31;">
<div class="easyDialog_text" id="resultMsg"></div>
<div class="easyDialog_footer one-btn">
<button class="btn_highlight" onclick="Balance.refresh()">确定</button>
</div>
</div>
</div>
<div class="easyDialog_wrapper ND ensure " id="entrustUsefulD1" style="width: 300px; height: 250px;">
<div class="easyDialog_content" style="border-top: 3px solid #d81e31;">
<h2 style="text-align: center;">请选择委托有效期</h2>
<h4 style="text-align: center;">
<label>
<input type="radio" name="entrustUsefulRdo" value="0" onclick="Balance.chooseUseful();" />
<span style="margin-left: 5px;">当日有效</span>
</label>
<label>
<input type="radio" name="entrustUsefulRdo" value="1" checked="checked" onclick="Balance.chooseUseful();" />
<span style="margin-left: 5px;">七日有效</span>
</label>
</h4>
<h3 id="useful_context" style="color: red; height: 80px; width: 200px; margin: 0px auto; padding-top: 30px;">
你的所有未成交的订单将连续挂单七日,七日后未成交的订单,收盘后将自动撤单。</h3>
<div class="easyDialog_footer two-btn" style="text-align: center;">
<button class="btn_highlight" style="float: none;" onclick="Balance.firstChoose()">确定</button>
</div>
</div>
</div>
<div class="easyDialog_wrapper ND ensure " id="usefulDialog" style="width: 300px; height: 180px;">
<div class="easyDialog_content" style="border-top: 3px solid #d81e31;">
<input type="hidden" id="usefulType" />
<h3 style="text-align: center; padding: 30px 20px;" id="usefulContext"></h3>
<div class="easyDialog_footer two-btn" style="width: 270px;">
<button class="btn_normal" onclick="easyDialog.close();" style="margin-right: 10px;">取消</button>
<button class="btn_highlight" id="usefulSubmitBtn" onclick="Balance.usefulSubmit()">确定</button>
</div>
</div>
</div>
</body>
</html>