success.jsp
12 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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<c:set var="basePath" value="${pageContext.request.contextPath}" />
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="zh-CN">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<jsp:include page="${ctx }/view/common/meta.jsp" />
<link href="${basePath}/resource/css/common.css" rel="stylesheet" type="text/css" />
<link href="${basePath}/resource/css/auth.css" rel="stylesheet" type="text/css" />
<style type="text/css">
.tingxright:hover{
cursor: pointer;
background-color: rgb(231, 36, 38);
}
</style>
<script type="text/javascript">
$(document).ready(function() {
var codes='${resultMap.pointCode}';
//showMessage("<img src='../resource/images/wuguan.jpg' style='width:650px;height:480px' >");
if(codes=='1'){
showMessage("<img src='../resource/images/wuguan.jpg' style='width:650px;height:480px' >");
}
});
/** 显示提示信息 */
function showMessage(msg, callFn) {
$('#dialog-content').html(msg);
$('#dialog-content').css({
'text-align': 'center',
'padding': '0px 0'
})
easyDialog.open({
container : 'easyDialogWrapper',
//autoClose : 10,
callback : callFn
});
}
</script>
<script>
message="您还可以关注下方微信公众号,马上领取最高300元的新会员大礼!"
ns6switch=1
var ns6=document.getElementById&&!document.all
mes=new Array();
mes[0]=-1;
mes[1]=-4;
mes[2]=-7;mes[3]=-10;
mes[4]=-7;
mes[5]=-4;
mes[6]=-1;
num=0;
num2=0;
txt="";
function jump0(){
if (ns6&&!ns6switch){
jump.innerHTML=message
return
}
if(message.length > 6){
for(i=0; i != message.length;i++){
txt=txt+"<span style='position:relative;font-size:16px;' id='n"+i+"'>"+message.charAt(i)+"</span>"};
jump.innerHTML=txt;
txt="";
jump1a()
}
else{
alert("http://www.webdm.cn")
}
}
function jump1a(){
nfinal=(document.getElementById)? document.getElementById("n0") : document.all.n0
nfinal.style.left=-num2;
if(num2 != 9){
num2=num2+3;
setTimeout("jump1a()",50)
}
else{
jump1b()
}
}
function jump1b(){
nfinal.style.left=-num2;
if(num2 != 0){num2=num2-3;
setTimeout("jump1b()",50)
}
else{
jump2()
}
}
function jump2(){
txt="";
for(i=0;i != message.length;i++){
if(i+num > -1 && i+num < 7){
txt=txt+"<span style='position:relative;font-size:16px;top:"+mes[i+num]+"px'>"+message.charAt(i)+"</span>"
}
else{txt=txt+"<span style='font-size:16px;'>"+message.charAt(i)+"</span>"}
}
jump.innerHTML=txt;
txt="";
if(num != (-message.length)){
num--;
setTimeout("jump2()",60)}
else{num=0;
setTimeout("jump0()",60)}}
</script>
</head>
<body>
<jsp:include page="${ctx }/view/common/header.jsp" />
<input type="hidden" id="userId" value="${resultMap.clientid}" />
<div class="bigbox">
<div class="success_message">
<img src="${basePath}/resource/images/right.png"/>
<div class="success_message_txt">
<p>恭喜您成为了赵涌牛的会员!</p>
<small style="padding-left: 5px;">以下信息仅出现一次,请注意保留!</small>
</div>
<div class="clear"></div>
</div>
<div class="success_message_detail">
<div class="first_line">
<p>您的会员号:<span>${resultMap.clientid} </span></p>
<p style="padding-left:35px;">您绑定的手机号:<span>${resultMap.mobile_tel} </span></p>
<div class="clear"></div>
</div>
<%-- <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>
<p class="reward_msg" id="successDetail">对不起,由于注册量激增,导致平台赠票不足,开户所获得的持仓,将于2016年7月31日前统一发放。</p>-->
<!-- <h6 style="margin: 20px 0 0 70px;font-size:12px;"><div id="jumpx" style="font-size:12px;"></div></h6>-->
</p>
<div class="img_box" >
<!-- <div class="box1">
<a><img src="${basePath}/resource/images/newVIP.png"></a>
<a style="width:40px;padding: 39px 30px;"><img src="${basePath}/resource/images/arrow.png"></a>
<a>
<img src="${basePath}/resource/images/QRweixin.png">
<span>官方微信号</span>
</a>
<div class="clear"></div>
</div> -->
<div style="margin-top: 30px;text-algin:center">
<span style="font-size:18px;width:500px">如需帮助,请拨打客服电话:400-969-0800 </span>
<br>
<span style="font-size:14px;;width:500px">工作日:9:00-18:00 </span>
<!-- <a style="margin-left:140px;">
<img src="${basePath}/resource/images/QRweixin.png">
<span>官方微信号</span>
</a> -->
<div class="clear"></div>
</div>
</div>
</div>
<!-- 弹窗 -->
<div class="easyDialog_wrapper" id="easyDialogWrapper" style="display: none;margin: 0px;width: 700px;height: 550px;">
<div class="easyDialog_content" style="width: 700px;height: 550px;">
<h4 class="easyDialog_title" id="easyDialogTitle">
<a href="javascript:void(0)" title="关闭窗口" class="close_btn" id="closeBtn" >×</a> 注册成功!
</h4>
<div class="easyDialog_text" id="dialog-content" >欢迎使用easyDialog : )
</div>
<!-- <div class="easyDialog_footer" style="text-align: center;">
<button class="btn_highlight" id="easyDialogYesBtn" onclick="easyDialog.close();" style="float: none;">确定</button>
</div> -->
</div>
</div>
<!-- <div class="register_rule">
<p style="font-size:16px;">直接好友注册,有机会提升会员等级,不同等级享有不同特权。<a class="campaign" href="${basePath}/user/userCenter">立即推广</a></p>
<table border="0" cellpadding="0" cellspacing="0" class="rule_detail">
<thead>
<td><b>会员特权</b></td>
<td><b>普通会员</b></td>
<td><b>铜牌会员</b></td>
<td><b>银牌会员</b></td>
<td><b>金牌会员</b></td>
<td><b>钻石会员</b></td>
</thead>
<tbody>
<tr>
<td>开户奖励</td>
<td>享</td>
<td>享</td>
<td>享</td>
<td>享</td>
<td>享</td>
</tr>
<tr>
<td>直推送礼</td>
<td>享</td>
<td>享</td>
<td>享</td>
<td>享</td>
<td>享</td>
</tr>
<tr>
<td>配售资格</td>
<td>〇</td>
<td>〇</td>
<td>享</td>
<td>享</td>
<td>享</td>
</tr>
<tr>
<td>交易奖励</td>
<td>享</td>
<td>享</td>
<td>享</td>
<td>享</td>
<td>享</td>
</tr>
</tbody>
</table>
<div class="rule_list">
<span>1、开户奖励:所有新开户会员均有机会享受开户奖励。</span>
<span>2、直推送礼:所有级别会员直推下级会员均有机会享受直推送礼。</span>
<p>
<span>3、配售资格:银牌以上级别会员享受上市藏品配售资格。 </span></p>
<p>
<span>(1)原则上,配售比率与会员级别成正比;</span>
<span>(2)直接上市藏品不用作配售。</span></p>
<p>
<span>4、交易奖励:所有级别会员参与交易均有机会享受交易奖励。</span>
<span>5、各类特权细则请持续关注赵涌牛官网与微信活动。</span>
</p>
</div>
</div>
-->
<!-- <div>
<div class="tixing">
<div class="tingxleft">
<div class="rightbgimg gougou" style="font-size: 20px;">恭喜您注册成功!你的账户为:</div>
<p class="hyhao textindent2">
会员号:<span class=" redfont"><strong>${resultMap.clientid}</strong></span>
</p>
<p class="textidentxs">绑定手机:${resultMap.mobile_tel}(用于接收短信效验码)</p>
<p class="textidentxs">姓名:${resultMap.client_name}</p>
</div>
<a class=" btnw tingxright" href="${basePath}/view/downLoad/downLoad.jsp">下载“赵涌牛”客户端 </a>
</div>
<div class="tuijianhy">
<div class="tingxleft">
<div class="pulsbgimg gougou redfont" style="font-size: 20px;">推荐好友 坐享财富</div>
<p class="hyhao textindent2">
好友交易手续费,最高<span class="redfont">100%</span>现金奖励
</p>
</div>
</div>
</div> -->
<script>
$(function(){
$('#sharecopy').click(function(){
var source=$('#shareUrl').html();
copyToClipboard(source);
})
});
function copyToClipboard(maintext){
if (window.clipboardData){
window.clipboardData.setData("Text", maintext);
}else if (window.netscape){
try{
netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
}catch(e){
alert("该浏览器不支持一键复制!\n请手工复制文本框链接地址~");
}
var clip = Components.classes['@mozilla.org/widget/clipboard;1'].createInstance(Components.interfaces.nsIClipboard);
if (!clip) return;
var trans = Components.classes['@mozilla.org/widget/transferable;1'].createInstance(Components.interfaces.nsITransferable);
if (!trans) return;
trans.addDataFlavor('text/unicode');
var str = new Object();
var len = new Object();
var str = Components.classes["@mozilla.org/supports-string;1"].createInstance(Components.interfaces.nsISupportsString);
var copytext=maintext;
str.data=copytext;
trans.setTransferData("text/unicode",str,copytext.length*2);
var clipid=Components.interfaces.nsIClipboard;
if (!clip) return false;
clip.setData(trans,null,clipid.kGlobalClipboard);
}
alert("以下内容已经复制到剪贴板\n" + maintext);
}
window._bd_share_config = {
common : {
bdText : '偷偷告诉你哦,我在赵涌牛上大赚了一笔,推荐你也试试',
bdDesc : '偷偷告诉你哦,我在赵涌牛上大赚了一笔,推荐你也试试',
bdUrl : "http://www.zhao.com/register?referee=" + $("#userId").val(),
bdPic : 'http://www.zhao.com/resource/images/erweima.jpg'
},
share : [{
"bdSize" : 16
}],
slide : [{
bdImg : 0,
bdPos : "right",
bdTop : 100
}],
image : [{
viewType : 'list',
viewPos : 'top',
viewColor : 'black',
viewSize : '16',
viewList : ['qzone','tsina','huaban','tqq','renren']
}],
selectShare : [{
"bdselectMiniList" : ['qzone','tqq','kaixin001','bdxc','tqf']
}]
}
with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?cdnversion='+~(-new Date()/36e5)];
</script>
</div>
<div class="clear"></div>
<script type="text/javascript">
//请客户技术协助为参数赋值
var _ozprm="userid=${resultMap.clientid}";//请客户技术协助为参数赋值
</script>
<jsp:include page="${ctx }/view/common/bottom.jsp" />
</body>
</html>