Commit 237f6849 by agan

修改

parent 562f9544
<!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">
<link rel="stylesheet" href="css/base.css">
<script src="lib/fsize.js"></script>
<title>PayPal註冊指導</title>
<style>
.bg{
width: 10rem;
height: 95.72rem;
background: url(./images/payoneerHelp.png) no-repeat;
background-size: contain;
margin: 0 auto;
}
</style>
</head>
<body style="background: #000;">
<div class="bg">
</div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/> <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-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta content="telephone=no" name="format-detection"> <meta content="telephone=no" name="format-detection">
...@@ -14,12 +15,14 @@ ...@@ -14,12 +15,14 @@
<link rel="stylesheet" href="css/method.css?v=202004031902" /> <link rel="stylesheet" href="css/method.css?v=202004031902" />
<script type="text/javascript" src="../../lib/fsize.js"></script> <script type="text/javascript" src="../../lib/fsize.js"></script>
<style type="text/css"> <style type="text/css">
.mask1Title p,.maskTitle{ .mask1Title p,
.maskTitle {
width: 90%; width: 90%;
margin: 0 auto; margin: 0 auto;
} }
</style> </style>
</head> </head>
<body> <body>
<div class="main"> <div class="main">
<div class="mBox"> <div class="mBox">
...@@ -46,6 +49,15 @@ ...@@ -46,6 +49,15 @@
</div> </div>
<span class="mDetailSelect"></span> <span class="mDetailSelect"></span>
</div> </div>
<div class="mDetail">
<img src="img/payoneer.png" class="mDetailImg" />
<div class="mDetailInfo">
<p></p>
<p></p>
</div>
<span class="mDetailSelect"></span>
</div>
</div> </div>
<div class="mBtn"></div> <div class="mBtn"></div>
</div> </div>
...@@ -70,7 +82,7 @@ ...@@ -70,7 +82,7 @@
<script src="../../layer-v3.1.0/layer/layer.js"></script> <script src="../../layer-v3.1.0/layer/layer.js"></script>
<script src="../../lib/langchange.js?v=2021050615288888888888"></script> <script src="../../lib/langchange.js?v=2021050615288888888888"></script>
<script> <script>
try{ try {
var obj2 = { var obj2 = {
"cid": 9, "cid": 9,
"reqCode": new Date().getTime(), "reqCode": new Date().getTime(),
...@@ -78,14 +90,14 @@ ...@@ -78,14 +90,14 @@
"msg": '是否分享或帮助', "msg": '是否分享或帮助',
"shareType": 0, "shareType": 0,
"helpType": 0, "helpType": 0,
"drawType":0, "drawType": 0,
} }
} }
var obj = JSON.stringify(obj2); var obj = JSON.stringify(obj2);
appCollaboration(obj); appCollaboration(obj);
} }
catch(err){ catch (err) {
console.log(err) console.log(err)
} }
function appCollaboration(msg) { function appCollaboration(msg) {
...@@ -116,6 +128,10 @@ ...@@ -116,6 +128,10 @@
$('.mDetail').eq(2).find('.mDetailInfo p:eq(1)').html(langList[langType].draw29); $('.mDetail').eq(2).find('.mDetailInfo p:eq(1)').html(langList[langType].draw29);
$('.mBtn').html(langList[langType].draw30); $('.mBtn').html(langList[langType].draw30);
$('.mDetail').eq(3).find('.mDetailInfo p:eq(0)').html(langList[langType].payoneer20);
$('.mDetail').eq(3).find('.mDetailInfo p:eq(1)').html(langList[langType].draw29);
$('.mBtn').html(langList[langType].draw30);
$('.maskBox p').eq(0).html(langList[langType].draw32); $('.maskBox p').eq(0).html(langList[langType].draw32);
$('.maskBox p').eq(1).html(langList[langType].draw33); $('.maskBox p').eq(1).html(langList[langType].draw33);
$('.maskBox p').eq(2).html(langList[langType].draw12); $('.maskBox p').eq(2).html(langList[langType].draw12);
...@@ -127,30 +143,30 @@ ...@@ -127,30 +143,30 @@
var flag2 = true; var flag2 = true;
var data = getRequest() var data = getRequest()
if(sessionStorage.bbb==undefined || sessionStorage.bbb=="undefined"){ if (sessionStorage.bbb == undefined || sessionStorage.bbb == "undefined") {
sessionStorage.bbb = data.uid; sessionStorage.bbb = data.uid;
sessionStorage.lang = data.lang; sessionStorage.lang = data.lang;
sessionStorage.kkk = data.token sessionStorage.kkk = data.token
} }
//選擇提現方式 //選擇提現方式
$('.mDetail').on('click',function(){ $('.mDetail').on('click', function () {
$('.mDetail .mDetailSelect').removeClass('check'); $('.mDetail .mDetailSelect').removeClass('check');
$(this).find('.mDetailSelect').addClass('check'); $(this).find('.mDetailSelect').addClass('check');
}) })
//跳轉下一步 //跳轉下一步
$('.mBtn').on('click',function(){ $('.mBtn').on('click', function () {
if($('.mDetail .mDetailSelect.check').length>0){ if ($('.mDetail .mDetailSelect.check').length > 0) {
if($('.mDetail .mDetailSelect.check').parent().index()==0){ if ($('.mDetail .mDetailSelect.check').parent().index() == 0) {
if(!flag1)return; if (!flag1) return;
flag1 = false; flag1 = false;
$('.maskTitle').html(langList[langType].draw73); $('.maskTitle').html(langList[langType].draw73);
$('.maskBox p').eq(0).unbind('click').on('click',function(){ $('.maskBox p').eq(0).unbind('click').on('click', function () {
window.location.href = 'alipayDraw.html'+location.search+'&country=1'; window.location.href = 'alipayDraw.html' + location.search + '&country=1';
}) })
$('.maskBox p').eq(1).unbind('click').on('click',function(){ $('.maskBox p').eq(1).unbind('click').on('click', function () {
window.location.href = 'alipayDraw.html'+location.search+'&country=2'; window.location.href = 'alipayDraw.html' + location.search + '&country=2';
}) })
layer.open({ layer.open({
type: 1, type: 1,
...@@ -160,12 +176,12 @@ ...@@ -160,12 +176,12 @@
area: ['7.2rem', ''], area: ['7.2rem', ''],
closeBtn: 0, closeBtn: 0,
content: $('.mask1'), content: $('.mask1'),
end: function() { end: function () {
flag1 = true; flag1 = true;
} }
}) })
} else if($('.mDetail .mDetailSelect.check').parent().index()==1){ } else if ($('.mDetail .mDetailSelect.check').parent().index() == 1) {
if(!flag1)return; if (!flag1) return;
flag1 = false; flag1 = false;
$('.maskTitle').html(langList[langType].draw31); $('.maskTitle').html(langList[langType].draw31);
layer.open({ layer.open({
...@@ -176,14 +192,14 @@ ...@@ -176,14 +192,14 @@
area: ['7.2rem', ''], area: ['7.2rem', ''],
closeBtn: 0, closeBtn: 0,
content: $('.mask1'), content: $('.mask1'),
end: function() { end: function () {
flag1 = true; flag1 = true;
} }
}) })
//銀行卡選擇國外銀行卡 //銀行卡選擇國外銀行卡
$('.maskBox p').eq(1).unbind('click').on('click',function(){ $('.maskBox p').eq(1).unbind('click').on('click', function () {
if(!flag2)return; if (!flag2) return;
flag2 = false; flag2 = false;
layer.closeAll(); layer.closeAll();
layer.open({ layer.open({
...@@ -194,17 +210,19 @@ ...@@ -194,17 +210,19 @@
area: ['7.2rem', ''], area: ['7.2rem', ''],
closeBtn: 0, closeBtn: 0,
content: $('.mask2'), content: $('.mask2'),
end: function() { end: function () {
flag2 = true; flag2 = true;
} }
}) })
}) })
//跳轉到榜單銀行卡界面 //跳轉到榜單銀行卡界面
$('.maskBox p').eq(0).unbind('click').on('click',function(){ $('.maskBox p').eq(0).unbind('click').on('click', function () {
window.location.href = 'bankDraw.html'+location.search+'&country=1'; window.location.href = 'bankDraw.html' + location.search + '&country=1';
}) })
} else if ($('.mDetail .mDetailSelect.check').parent().index() == 3) {
window.location.href = '../fireflyRmb/payoneerFalse.html' + location.search;
} else { } else {
window.location.href = 'fireflyRmb/payPalFalse.html'+location.search; window.location.href = 'fireflyRmb/payPalFalse.html' + location.search;
} }
} else { } else {
layer.msg(langList[langType].draw34); layer.msg(langList[langType].draw34);
...@@ -212,9 +230,10 @@ ...@@ -212,9 +230,10 @@
}) })
//選擇銀行卡提現 取消 //選擇銀行卡提現 取消
$('.maskBox p:eq(2),.mask1Btn').on('click',function(){ $('.maskBox p:eq(2),.mask1Btn').on('click', function () {
layer.closeAll(); layer.closeAll();
}) })
</script> </script>
</html> </html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment