withdrawEnd.html
2.78 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta content="telephone=no" name="format-detection">
<meta name="wap-font-scale" content="no">
<title></title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/indexLi.css?v='2131231'">
<script src="js/fsize.js"></script>
<style type="text/css">
body{
background-color: #FFF;
}
.draw-box .draw-box-p2{
color: #E53985;
margin-top: 0.3rem;
font-size: 0.64rem;
}
.draw-box .draw-box-p3{
color: #666;
margin-top: .2rem;
}
.paypal-end-btn{
background: #E53985;
}
.draw-tips{
color:#999;
font-size: 0.346rem;
line-height: 1.5;
}
</style>
</head>
<body>
<div style="height: 1rem;"></div>
<div class="draw-box">
<p class="draw-box-p1"><img src="img/ok2.png" alt=""></p>
<p class="draw-box-p2 L-Cn">提現申請成功</p>
<p class="draw-box-p2 L-En">Withdrawal successful</p>
<p class="draw-box-p3 L-Cn">訂單號:<span></span></p>
<p class="draw-box-p3 L-En">Order number:<span></span></p>
</div>
<div class="paypal-end-btn L-Cn">返回羽毛提現頁面</div>
<div class="paypal-end-btn L-En">Return to the Foot Seen withdrawal page</div>
<p class="draw-tips L-Cn">系統已經接受到你的提現申請,在3個工作日內收到,請及時檢查您提現賬戶查詢。</p>
<p class="draw-tips L-En">The system has accepted your withdrawal request and received it within 3 working days. Please check your withdrawal account in time.</p>
</body>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="../../lib/langchange.js?v=201909121028"></script>
<script>
if(sessionStorage.lang ==0 || sessionStorage.lang == 2){
$('.L-Cn').show();
$('.L-En').hide();
$("title").text("提現申請成功")
} else {
$('.L-Cn').hide();
$('.L-En').show();
$("title").text("Withdrawals record")
}
$(".draw-box-p3 span").text(sessionStorage.payNum);
$(".paypal-end-btn").on("click", function () {
window.location.href="http://yazhai://_closeweb";
})
//弹出帮助
try{
var obj2 = {
"cid": 9,
"reqCode": new Date().getTime(),
"data": {
msg: '是否分享或帮助',
shareType: 0,
helpType: 1
}
}
var obj = JSON.stringify(obj2);
localStorage.help='paypal'
appCollaboration(obj)
}
catch(err){
console.log(err)
}
</script>
</html>