<!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" />
<script src="../lib/jquery-3.1.1.min.js"></script>
<title></title>
<script src="../lib/fsize.js"></script>
</head>
<style>
	body {
		background: #FFF;
	}

	span {
		color: #333;
	}

	p {
		color: #333;
	}

	.text-center {
		text-align: center;
	}

	.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/ok2.png">
		<p class="payTitle" style="margin-top: 2rem;font-size: 0.5rem"></p>

	</div>
	<div class="btnAnother"></div>
	<div class="btnAgain"></div>
</body>
<script src="../lib/jquery-3.1.1.min.js"></script>
<script type="text/javascript">
	sessionStorage.lang = getUrlParams().lang;
	function getUrlParams() {
		var url = location.href;
		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;
	}
</script>
<script src="../lib/payLangchange.js?v=202007081146666666"></script>
<script>
	$('title').html(langList[langType].visatitle);
	$('.payTitle').html(langList[langType].delay);

	$('.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_;
	})
</script>

</html>