applepay.html
17.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
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
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
<!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">
<script src="../lib/fsize.js"></script>
<script src="../lib/jquery-3.1.1.min.js"></script>
<title></title>
<link rel="stylesheet" href="../css/iosSelect.css">
<link rel="stylesheet" href="../css/base.css">
<link rel="stylesheet" href="../css/fireflyPay.css?v='20191120'">
<link rel="stylesheet" href="../css/background.css" />
<style>
.glyphicon {
background: url(../img/right.png)no-repeat;
background-size: 100% 100%;
display: inline-block;
width: 0.6rem;
height: 0.6rem;
margin-top: 0.4rem;
}
.big-zuan-box {
background: #FFF0F7;
position: relative;
display: none;
width: 9.04rem;
height: 3.306rem;
margin: 0 auto .666rem;
overflow: hidden;
border-radius: 0.32rem;
-webkit-border-radius: 0.32rem;
-moz-border-radius: 0.32rem;
}
.big-money {
width: 100%;
text-align: center;
font-size: 0.666rem;
color: #FF57A0;
height: 1.2rem;
line-height: 1.2rem;
font-weight: bold;
position: absolute;
left: 0;
top: .8rem;
}
.big-money img {
width: 0.44rem;
height: 0.506rem;
vertical-align: middle;
margin-top: -.1rem;
margin-right: 0.066rem;
}
.L-En .g-credit-En {
width: 5rem !important;
}
.L-En .g-Point-En {
width: 4.4rem !important;
}
.L-En .g-member-En {
width: 5.5rem !important;
}
.L-En .g-phone-En {
width: 5.8rem !important;
}
.p-w {
background: #FFF;
padding-top: .707rem;
}
.apple-ul li {
background: #FFF;
margin-bottom: 0;
}
.apple-ul li.visapay img {
width: auto;
height: .6rem;
}
.apple-ul li.alipay img {
width: 2.6rem;
}
.apple-ul li.molpay img{
width: 2.3rem;
}
.apple-ul li.gash-Point img,
.apple-ul li.gash-member img,
.apple-ul li.gash-credit img,
.apple-ul li.gash-phone img {
width: 3.3rem;
}
.apple-ul li.gash-Point img{
width: 3rem;
}
.apple-ul li.gash-member img{
width: 3.4rem;
}
.apple-ul li.gash-credit img{
width: 3.6rem;
}
.apple-ul li.gash-phone img{
width: 3.8rem;
}
.apple-ul li.payatm img{
width: 2.786rem;
}
.apple-ul li.gopay img{
width: 4.106rem;
}
.apple-ul li.alfama img{
width: 3.5rem;
}
.apple-ul li.paywallet img{
width: 6rem;
}
.apple-ul li.gash-Point img.en {
width: 5.5rem !important;
}
.apple-ul li.gash-member img.en {
width: 5.5rem !important;
}
.apple-ul li.gash-credit img.en {
width: 3.8rem !important;
}
.apple-ul li.gash-phone img.en {
width: 8rem !important;
}
.apple-ul li.weipay img.en {
width: 3.5rem;
}
.userInfo {
position: absolute;
left: 0;
width: 50%;
top: 2.4rem;
height: .733rem;
line-height: .733rem;
font-size: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.userInfo img {
width: .533rem;
height: .533rem;
vertical-align: middle;
margin-top: -.25rem;
margin-left: .373rem;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.userInfo span {
font-size: .3rem;
color: #666;
display: inline-block;
}
.userInfo .userName {
color: #333;
margin: 0 0.066133rem;
}
.siteInfo {
position: absolute;
right: .373rem;
width: 3.8rem;
top: 2.4rem;
height: .733rem;
line-height: .733rem;
font-size: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-align: right;
font-size: 0.32rem;
color: #333;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.siteInfo img {
width: 0.213rem;
height: 0.266rem;
vertical-align: middle;
margin-right: 0.066rem;
margin-top: -.05rem;
}
.ios-select-widget-box header.iosselect-header{
background-color: #FFF;
}
.ios-select-widget-box header.iosselect-header a{
color:#007aff;
}
.bigRecord{
color: #333;
font-size: 0.32rem;
position: absolute;
right: .3rem;
top: .2rem;
}
/* .visapay{
display: none;
} */
</style>
</head>
<body>
<div class="p-w">
<div class='big-zuan-box'>
<p class="big-money"><img src="../img/smallzuan.png" alt="">--</p>
<div class="userInfo"></div>
<div class="siteInfo"></div>
<span class="bigRecord"></span>
</div>
<ul class="apple-ul"></ul>
</div>
</body>
<script src="../js/iosSelect.js"></script>
<script src="../lib/payLangchangeCn.js?v=201912311232"></script>
<script src="../js/phonepayCn.js?v=201912311847777"></script>
<script>
$('title').text(langList[langType].paytitle);
$('.bigRecord').text(langList[langType].payrecord);
var country = {
'AE': "WPAY",
'AF': "WPAY",
'DJ': "WPAY",
'DZ': "WPAY",
'EG': "WPAY",
'ER': "WPAY",
'IQ': "WPAY",
'JO': "WPAY",
'KM': "WPAY",
'KW': "WPAY",
'LB': "WPAY",
'LY': "WPAY",
'MA': "WPAY",
'MR': "WPAY",
'OM': "WPAY",
'PS': "WPAY",
'QA': "WPAY",
'SA': "WPAY",
'SD': "WPAY",
'TD': "WPAY",
'TN': "WPAY",
'YE': "WPAY",
}
var bbb = location.href;
var data = url_get_params(bbb)
sessionStorage.token = data.token;//k
// if(sessionStorage.kkk!='undefined')sessionStorage.uid = data.uid;
// //t
// sessionStorage.kkk = data.token;//k
sessionStorage.appversion=data.appversion;
sessionStorage.payStatus = data.payStatus;
function url_get_params(url_path) {
var url = url_path;
var theRequest = new Object();
if (url.indexOf("?") != -1) {
var str = url.substr(url.indexOf("?") + 1);
strs = str.split("&");
for (var i = 0; i < strs.length; i++) {
theRequest[strs[i].split("=")[0]] = unescape(strs[i].split("=")[1]);
}
}
return theRequest;
}
var url=window.location.href;
// var strst = 'http://yabolive.com/archive/recharge.html?uid=1564864&pkg=ios.yabolive&version=100&lang=2';
// console.log(url.split('uid=')[1].split('&')[0]);
var reg = /uid=([0-9]+)/;
try{
sessionStorage.uid=url.match(reg)[1];
sessionStorage.bbb=url.match(reg)[1];
}catch(error){
}
//获取当前用户地区
if(sessionStorage.token != 'undefined') {
$(".big-zuan-box").show();
$.ajax({
url: $ip + '/user/getUserInfo.html',
type: "post",
data: {
os: "WEB",
cid: "web_gw",
lang: sessionStorage.lang,
uid: sessionStorage.uid,
token: sessionStorage.token
},
success: function(msg) {
var data = JSON.parse(msg)
$(".big-money").html('<img src="../img/smallzuan.png" alt="">' + data.data.diamond);
var str = '';
if(data.data.faceimg=='/user/boy.png'){
str += '<img src="https://app.ixiulive.com/static/images/head2.png?x-oss-process=image/resize,w_81"/>';
} else {
str += '<img src="' + cdn + data.data.faceimg + '?x-oss-process=image/resize,w_81"/>';
}
str += '<span class="userName">' + data.data.nickName + '</span>';
str += '<span>(' + data.data.uid + ')</span>';
$('.userInfo').html(str);
}
})
$(".big-zuan-box span").on("click", function() {
window.location.href = '../Nesting/recording/money.html';
})
getRegion();
} else {
getLangRegion('OTHER');
}
function getRegion(){
$.ajax({
type: "POST",
url: $ip + "/setting/getCountryTranslation.html",
async: true,
data: {
os: "WEB",
cid: "web_gw",
lang: sessionStorage.lang,
uid: sessionStorage.uid,
token: sessionStorage.token
},
success: function(data) {
var res = JSON.parse(data);
var code = '';
$('.siteInfo').html('<img src="../img/site.png"/>' + res.countryName).attr('data-id',res.countryCode);
if(res.countryCode == 'TW' || res.countryCode == 'MY' || res.countryCode == 'ID' || res.countryCode == 'IN') {
code = res.countryCode
} else if(!country[res.countryCode]){
code = 'OTHER';
} else {
code = 'WPAY';
}
getLangRegion(code)
}
});
}
function goPayDetail() {
$(".gash-Point").on("click", function() {
sessionStorage.pay = "GASHP99PAY";
if(sessionStorage.uid != undefined) window.location.href = "gash-for.html";
else window.location.href = "login.html";
sessionStorage.select = 'COPGAM02';
})
$(".gash-member").on("click", function() {
sessionStorage.pay = "GASHP99PAY";
if(sessionStorage.uid != undefined) window.location.href = "gash-for.html";
else window.location.href = "login.html";
sessionStorage.select = 'COPGAM09';
})
$(".gash-credit").on("click", function() {
sessionStorage.pay = "GASHP99PAY";
if(sessionStorage.uid != undefined) window.location.href = "gash-for.html";
else window.location.href = "login.html";
sessionStorage.select = 'BNK82201';
})
$(".gash-phone").on("click", function() {
sessionStorage.pay = "GASHP99PAY";
window.location.href = "gash-phone.html";
// sessionStorage.select='gashPhone';
})
$(".Paypal").on("click", function() {
sessionStorage.pay = "PAYPALPAY";
if(sessionStorage.uid != undefined) window.location.href = 'payfor.html';
else window.location.href = "login.html";
})
$(".alipay").on("click", function() {
sessionStorage.pay = "ALIPAY";
if(sessionStorage.uid != undefined) window.location.href = "payfor-new.html";
else window.location.href = 'login.html';
})
$(".weipay").on("click", function() {
sessionStorage.pay = "WECHATPAY";
if(sessionStorage.uid != undefined) window.location.href = 'http://web.yazhaiyabo.com/footseenCn/wechatpay/payfor-new.html?uid='+sessionStorage.uid+'&token='+sessionStorage.token+'&lang='+sessionStorage.lang+'&pay='+sessionStorage.pay+'&payStatus='+sessionStorage.payStatus+'&cidStr='+sessionStorage.cidStr+'&osStr='+getNavigatorStr();
else window.location.href = 'login.html';
})
$(".molpay").on("click", function() {
sessionStorage.pay = "MOLPAY";
if(sessionStorage.uid != undefined) window.location.href = "molpay.html";
else window.location.href = 'login.html';
})
//visa信用卡储值
$('.visapay').on('click', function() {
sessionStorage.pay = "ASIABILLPAY";
if(sessionStorage.uid != undefined) {
window.location.href = 'http://www.firefly.live/footseenCn/phonepay/visapay.html?uid=' + sessionStorage.uid + '&token=' + sessionStorage.token + '&lang=' + sessionStorage.lang + '&pay=' + sessionStorage.pay+'&cidStr='+sessionStorage.cidStr+'&osStr='+getNavigatorStr();
} else {
window.location.href = 'login.html';
}
})
//payatm
$('.payatm').on('click',function(){
sessionStorage.pay = 'CODAPAY_PAYATM';
sessionStorage.payType = '220';
if(sessionStorage.uid!=undefined) window.location.href = 'idpay.html';
else window.location.href = 'login.html'
})
//gopay
$('.gopay').on('click',function(){
sessionStorage.pay = 'CODAPAY_GOPAY';
sessionStorage.payType = '227';
if(sessionStorage.uid!=undefined) window.location.href = 'idpay.html';
else window.location.href = 'login.html'
})
//alfama
$('.alfama').on('click',function(){
sessionStorage.pay = 'CODAPAY_ALFAMA';
sessionStorage.payType = '221';
if(sessionStorage.uid!=undefined) window.location.href = 'idpay.html';
else window.location.href = 'login.html'
})
//paywallet
$('.paywallet').on('click',function(){
sessionStorage.pay = 'CODAPAY_PAYWALLET';
sessionStorage.payType = '223';
if(sessionStorage.uid!=undefined) window.location.href = 'idpay.html';
else window.location.href = 'login.html'
})
//wpay 阿拉伯支付
$('.wpay').on('click',function(){
sessionStorage.pay = "WPAY";
if(sessionStorage.uid!=undefined)window.location.href = 'wpay.html';
else window.location.href = 'login.html';
})
}
function getLangRegion(code) {
var langStr = '';
for(var i = 0; i < payOrder[code].length; i++) {
langStr += '<li class="' + payList[payOrder[code][i]].name + '">';
langStr += ' <img src="' + payList[payOrder[code][i]].img + '" alt="">';
langStr += ' <span class="glyphicon"></span>';
langStr += '</li>';
}
$('.apple-ul').html(langStr);
goPayDetail();
if(langType != 0) {
$('.weipay img,.gash-Point img,.gash-member img,.gash-credit img,.gash-phone img').addClass('en');
}
}
selectCountry()
function selectCountry(){
var showDom = document.querySelector('.siteInfo');// 绑定一个触发元素
showDom.addEventListener('click', function () { // 添加监听事件
var val = showDom.dataset['id']; // 获取元素的data-id属性值
var title = showDom.dataset['value']; // 获取元素的data-value属性值
var arrList = [
{'id':'TW', 'value': '台灣'},
{'id':'MY', 'value': 'Malaysia'},
{'id':'ID','value':'Indonisia'},
{'id':'CN','value':'中国'},
{'id':'IN','value':'India'},
{'id':'VN','value':'Việt nam'},
{'id':'AF','value':'أفغانستان'},
{'id':'DZ','value':'الجزائر'},
{'id':'BH','value':'البحرين'},
{'id':'TD','value':'تشاد'},
{'id':'KM','value':'جزر القمر'},
{'id':'DJ','value':'جيبوتي'},
{'id':'EG','value':'مصر'},
{'id':'ER','value':'إريتريا'},
{'id':'IQ','value':'العراق'},
{'id':'JO','value':'الأردن'},
{'id':'KW','value':'الكويت'},
{'id':'LB','value':'لبنان'},
{'id':'LY','value':'ليبيا'},
{'id':'MR','value':'موريتانيا'},
{'id':'MA','value':'المغرب'},
{'id':'OM','value':'عمان'},
{'id':'PS','value':'فلسطين'},
{'id':'QA','value':'قطر'},
{'id':'SA','value':'المملكة العربية السعودية'},
{'id':'SD','value':'سودان'},
{'id':'TN','value':'تونس'},
{'id':'AE','value':'الإمارات العربية المتحدة'},
{'id':'YE','value':'يمني'},
{'id':'OTHER','value':'其他'},
]
// 实例化组件
var example = new IosSelect(1, // 第一个参数为级联层级,演示为1
[arrList],
{
container: '.container', // 容器class
itemHeight: 40, // 每个元素的高度
itemShowCount: 5, // 每一列显示元素个数,超出将隐藏
oneLevelId: val, // 第一级默认值
callback: function (selectOneObj) { // 用户确认选择后的回调函数
showDom.innerHTML = '<img src="../img/site.png"/>'+selectOneObj.value;
showDom.dataset['id'] = selectOneObj.id;
showDom.dataset['value'] = selectOneObj.value;
var countryCode = selectOneObj.id;
var flag = false;
if(selectOneObj.id == 'TW' || selectOneObj.id== 'MY' || selectOneObj.id == 'ID' || selectOneObj.id == 'IN'){
countryCode = selectOneObj.id
} else if(!country[selectOneObj.id]){
countryCode = 'OTHER';
} else {
countryCode = 'WPAY';
}
getLangRegion(countryCode);
}
});
});
}
var len = len || 32;
var chars = 'ABCDEFGHJKMNPQRSTWXYZabcdefhijkmnprstwxyz0123456789';
var maxPos = chars.length;
var pwd = '';
for (var i = 0; i < len; i++) {
pwd += chars.charAt(Math.floor(Math.random() * maxPos));
}
var rechargeCid = '';
if(sessionStorage.cid == undefined || sessionStorage.cid == 'undefined'){
rechargeCid = 'cid';
}
$.ajax({
url:$ip+'/stat/toRecharge.html',
type: "post",
data: {
os: "h5",
cid:rechargeCid,
lang: sessionStorage.lang,
uid: sessionStorage.uid,
appversion:sessionStorage.appversion,
driverid:pwd,
token:sessionStorage.kkk
},
success:function(res){
}
});
function getNavigator(){
var sUserAgent = navigator.userAgent.toLowerCase();
var bIsIpad = sUserAgent.match(/ipad/i) == "ipad";
var bIsIphoneOs = sUserAgent.match(/iphone os/i) == "iphone os";
var bIsMidp = sUserAgent.match(/midp/i) == "midp";
var bIsUc7 = sUserAgent.match(/rv:1.2.3.4/i) == "rv:1.2.3.4";
var bIsUc = sUserAgent.match(/ucweb/i) == "ucweb";
var bIsAndroid = sUserAgent.match(/android/i) == "android";
var bIsCE = sUserAgent.match(/windows ce/i) == "windows ce";
var bIsWM = sUserAgent.match(/windows mobile/i) == "windows mobile";
if (!(bIsIpad|| bIsIphoneOs || bIsMidp || bIsUc7 || bIsUc || bIsAndroid || bIsCE || bIsWM) ){
return 'pc';
}
else if(bIsAndroid){
return 'android';
}else if(bIsIphoneOs||bIsIpad){
return 'ios';
}
}
</script>
</html>