bindBankCardResult.jsp
3.08 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
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%>
<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>
<head>
<jsp:include page="${ctx }/view/common/meta.jsp" />
<link rel="stylesheet" href="${ctx}/resource/css/validator.css" type="text/css" />
<link href="${ctx}/resource/css/member.css" rel="stylesheet" type="text/css" />
<link href="${ctx}/resource/css/home.css" rel="stylesheet" type="text/css" />
<link href="${ctx}/resource/css/detail.css" rel="stylesheet" type="text/css" />
<link href="${ctx}/resource/css/style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="${ctx}/resource/js/user/formValidator-4.1.3.js"></script>
<script type="text/javascript" src="${ctx}/resource/js/user/formValidatorRegex.js"></script>
<script type="text/javascript" src="${ctx}/resource/js/user/theme.js"></script>
<script type="text/javascript" src="${ctx}/resource/js/user/WdatePicker.js"></script>
<script type="text/javascript" src="${ctx}/resource/js/user/softkeyboard_number.js"></script>
<script type="text/javascript" src="${ctx}/resource/js/user/account/exbindBankCard.js"></script>
<style type="text/css">
.registbanner1000 {
height: 220px;
text-align: center;
}
</style>
</head>
<body>
<jsp:include page="${ctx}/view/common/header.jsp" />
<div class="bigbox">
<jsp:include page="${ctx }/view/common/menu.jsp" />
<div class="rightbox2">
<div class="zhuanchu-centerbox2">
<p>${resultMap.resultMsg}</p>
<c:if test="${resultMap.pointCode eq '1'}">
<div class="second_line">
<p>您已获得 <span> 20 </span> 配售额度!</p>
<a href="${ctx }/user/goods/list">立即配售</a>
<p> <span> ps </span> : 配售额度,即以原始配售价格购买上市藏品的等值资格;</p>
<div class="clear"></div>
</div>
</c:if>
<!--
<c:if test="${resultMap.giftResult eq '1'}">
<p class="reward_msg" id="successDetail">您将获得藏品 <span>${resultMap.giftCode} 持仓 ${resultMap.giftAmount} 枚 </span>,次日可登陆交易客户端查看</p>
</c:if>
<p class="reward_msg" id="successDetail">很遗憾!由于您的账号属于销户重开的范畴,不符合新手活动资格,故未获得任何持仓!</p>
<c:if test="${resultMap.giftResult eq '-1'}">
<p class="reward_msg" id="successDetail">奖品发放失败,请联系客服400-969-0800。</p>
</c:if>
<c:if test="${resultMap.giftResult eq '0'}">
<p class="reward_msg" id="successDetail">由于藏品已全部发放完毕,所以很遗憾您未获得任何持仓!</p>
</c:if> -->
</div>
</div>
<div class="clear"></div>
</div>
<jsp:include page="${ctx}/view/common/bottom.jsp" />
</body>
</html>