applepay.html
3.41 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
<!DOCTYPE html>
<html>
<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"/>
<script src="../lib/jquery-3.1.1.min.js"></script>
<script src="../layer-v3.1.0/layer/layer.js"></script>
<link rel="stylesheet" href="../css/bootstrap.min.css"/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-115450143-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-115450143-1');
</script>
<script src="../lib/bootstrap.min.js"></script>
<title>MeetLive-美女直播-美女直播間熱舞-一對一視頻,盡在MeetLive直播平台</title>
<meta name="keywords" content="MeetLive,直播福利,直播,uplive,美女直播,美女視頻,泡泡寶盒,視頻直播,一直播,rc唱唱,美女直播間,丫播直播">
<meta name="description" content="MeetLive直播,深夜福利派送秀場。花樣主播私密秀,直播分享生活日常,記錄生活點點滴滴,陪你一起度過最美的時光,在直播間偶遇你的TA,連麥私聊,親密互動,說說生活,聊聊人生,談談理想......">
</head>
<body class="a-color">
<div style="height: 5rem;background: #ffffff;">
<p class="lo-top aspan">購買橙鑽</p>
</div>
<div style="height: 0.8rem;background: #F7F7F7;"></div>
<div class="a-pay">
<div class="Paypal a-btn"><img style="width: 32%;margin-left: 2.5%" src="../img/Paypal.png" alt=""/><span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span></div>
<div class="gash a-btn"><img style="width: 32%;margin-left: 2.5%" src="../img/GASH.png" alt=""/><span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span></div>
<div class="alipay a-btn"><img style="width: 32%;margin-left: 2.5%" src="../img/alipay.png" alt=""/><span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span></div>
<div class="weipay a-btn"><img style="width: 32%;margin-left: 2.5%" src="../img/weipay.png" alt=""/><span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span></div>
</div>
</body>
<script>
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];
}catch(error){
}
console.log(sessionStorage.uid)
$(".gash").on("click", function () {
// layer.msg('開發中,請期待。');
sessionStorage.pay="GASHP99PAY";
window.location.href="login.html";
})
$(".Paypal").on("click", function () {
sessionStorage.pay="PAYPALPAY";
window.location.href="login.html";
})
$(".alipay").on("click", function () {
sessionStorage.pay="ALIPAY";
window.location.href="login.html";
})
$(".weipay").on("click", function () {
sessionStorage.pay="WECHATPAY";
window.location.href="login.html";
})
</script>
</html>