payend.html
4.66 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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-115294467-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-115294467-1');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, 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">
<link rel="stylesheet" href="../css/base.css" />
<link rel="stylesheet" href="../css/phonepay.css?v='20180509'" />
<script src="../lib/jquery-3.1.1.min.js"></script>
<link rel="stylesheet" href="../css/bootstrap.min.css" />
<title></title>
<meta name="keywords" content="FireFly,直播福利,直播,uplive,美女直播,美女視頻,泡泡寶盒,視頻直播,一直播,rc唱唱,美女直播間,丫播直播">
<meta name="description"
content="FireFly直播,深夜福利派送秀場。花樣主播私密秀,直播分享生活日常,記錄生活點點滴滴,陪你一起度過最美的時光,在直播間偶遇你的TA,連麥私聊,親密互動,說說生活,聊聊人生,談談理想......">
<script src="../lib/fsize.js"></script>
</head>
<style>
body {
background: #000;
}
.payEnd-btn {
margin: 0 auto;
padding-top: 1rem;
text-align: center;
}
.payEnd-btn button {
width: 9rem;
height: 1.2rem;
font-size: 0.5rem;
border-radius: 0.5rem;
color: #ffffff;
background: linear-gradient(to right, #00f088, #00a0e9);
}
span {
color: #ffffff;
}
p {
color: #ffffff;
}
.btnAnother {
width: 4rem;
height: 1.067rem;
background: url(../img/btnBg.png) no-repeat;
background-size: 100% 100%;
margin: 0 auto;
margin-top: 0.8rem;
text-align: center;
line-height: 1.067rem;
color: #fff;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.btnAgain {
width: 4rem;
height: 1.067rem;
background: url(../img/btnBg.png) no-repeat;
background-size: 100% 100%;
margin: 0 auto;
margin-top: 0.8rem;
text-align: center;
line-height: 1.067rem;
color: #fff;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
</style>
<body>
<div class="text-center" style="padding-top: 3rem;">
<img style="width: 5rem;" src="../img/ok.png">
<p class="L-Cn" style="margin-top: 2rem;font-size: 0.5rem">請留意充值情況,可能會延遲5-7分鐘</p>
<p class="L-En" style="margin-top: 2rem;font-size: 0.5rem">Please pay attention to payments results,it may delay
5-7minutes</p>
</div>
<div class="btnAnother"></div>
<div class="btnAgain"></div>
<!-- <div class="payEnd-btn">
<button class="btn L-Cn">點擊返回</button>
<button class="btn L-En">Click to back</button>
</div> -->
</body>
<script src="../lib/jquery.cookie.js"></script>
<script src="../lib/jquery-3.1.1.min.js"></script>
<script src="../lib/payLangchange.js?v=202107231111111"></script>
<script src="../lib/globalization.js"></script>
<script>
$('.btnAnother').html(langList[langType].newPay5);
$('.btnAgain').html(langList[langType].newPay4);
var url = location.href;
var str = url.substr(url.indexOf("?") + 1);
var url_ = "https://firefly.live/h5pay/phonepay/applepay.html?" + str;
$('.btnAnother').on('click', function () {
sessionStorage.removeItem('uid');
window.location.href = url_;
})
$('.btnAgain').on('click', function () {
window.location.href = url_;
})
if (sessionStorage.lang == 1) $("title").text("Top-Up GEMs")
else $("title").text("寶石儲值")
var btn = document.getElementsByClassName("btn");
if (sessionStorage.version >= 3010) {
setInterval(function () {
window.location.href = "http://yazhai://_closeweb";
}, 500)
btn.onclick = function () {
window.location.href = "http://yazhai://_closeweb";
}
} else {
$(".payEnd-btn").css("display", "none");
}
if (sessionStorage.uid != undefined) {
setInterval(function () {
window.location.href = "http://yazhai://_closeweb";
}, 500)
}
</script>
</html>