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>
<html lang="en">
<head>
<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-status-bar-style" content="black-translucent">
<meta content="telephone=no" name="format-detection">
......@@ -14,12 +15,14 @@
<link rel="stylesheet" href="css/method.css?v=202004031902" />
<script type="text/javascript" src="../../lib/fsize.js"></script>
<style type="text/css">
.mask1Title p,.maskTitle{
.mask1Title p,
.maskTitle {
width: 90%;
margin: 0 auto;
}
</style>
</head>
<body>
<div class="main">
<div class="mBox">
......@@ -46,6 +49,15 @@
</div>
<span class="mDetailSelect"></span>
</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 class="mBtn"></div>
</div>
......@@ -70,7 +82,7 @@
<script src="../../layer-v3.1.0/layer/layer.js"></script>
<script src="../../lib/langchange.js?v=2021050615288888888888"></script>
<script>
try{
try {
var obj2 = {
"cid": 9,
"reqCode": new Date().getTime(),
......@@ -78,14 +90,14 @@
"msg": '是否分享或帮助',
"shareType": 0,
"helpType": 0,
"drawType":0,
"drawType": 0,
}
}
var obj = JSON.stringify(obj2);
appCollaboration(obj);
}
catch(err){
catch (err) {
console.log(err)
}
function appCollaboration(msg) {
......@@ -116,6 +128,10 @@
$('.mDetail').eq(2).find('.mDetailInfo p:eq(1)').html(langList[langType].draw29);
$('.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(1).html(langList[langType].draw33);
$('.maskBox p').eq(2).html(langList[langType].draw12);
......@@ -127,30 +143,30 @@
var flag2 = true;
var data = getRequest()
if(sessionStorage.bbb==undefined || sessionStorage.bbb=="undefined"){
if (sessionStorage.bbb == undefined || sessionStorage.bbb == "undefined") {
sessionStorage.bbb = data.uid;
sessionStorage.lang = data.lang;
sessionStorage.kkk = data.token
}
//選擇提現方式
$('.mDetail').on('click',function(){
$('.mDetail').on('click', function () {
$('.mDetail .mDetailSelect').removeClass('check');
$(this).find('.mDetailSelect').addClass('check');
})
//跳轉下一步
$('.mBtn').on('click',function(){
if($('.mDetail .mDetailSelect.check').length>0){
if($('.mDetail .mDetailSelect.check').parent().index()==0){
if(!flag1)return;
$('.mBtn').on('click', function () {
if ($('.mDetail .mDetailSelect.check').length > 0) {
if ($('.mDetail .mDetailSelect.check').parent().index() == 0) {
if (!flag1) return;
flag1 = false;
$('.maskTitle').html(langList[langType].draw73);
$('.maskBox p').eq(0).unbind('click').on('click',function(){
window.location.href = 'alipayDraw.html'+location.search+'&country=1';
$('.maskBox p').eq(0).unbind('click').on('click', function () {
window.location.href = 'alipayDraw.html' + location.search + '&country=1';
})
$('.maskBox p').eq(1).unbind('click').on('click',function(){
window.location.href = 'alipayDraw.html'+location.search+'&country=2';
$('.maskBox p').eq(1).unbind('click').on('click', function () {
window.location.href = 'alipayDraw.html' + location.search + '&country=2';
})
layer.open({
type: 1,
......@@ -160,12 +176,12 @@
area: ['7.2rem', ''],
closeBtn: 0,
content: $('.mask1'),
end: function() {
end: function () {
flag1 = true;
}
})
} else if($('.mDetail .mDetailSelect.check').parent().index()==1){
if(!flag1)return;
} else if ($('.mDetail .mDetailSelect.check').parent().index() == 1) {
if (!flag1) return;
flag1 = false;
$('.maskTitle').html(langList[langType].draw31);
layer.open({
......@@ -176,14 +192,14 @@
area: ['7.2rem', ''],
closeBtn: 0,
content: $('.mask1'),
end: function() {
end: function () {
flag1 = true;
}
})
//銀行卡選擇國外銀行卡
$('.maskBox p').eq(1).unbind('click').on('click',function(){
if(!flag2)return;
$('.maskBox p').eq(1).unbind('click').on('click', function () {
if (!flag2) return;
flag2 = false;
layer.closeAll();
layer.open({
......@@ -194,17 +210,19 @@
area: ['7.2rem', ''],
closeBtn: 0,
content: $('.mask2'),
end: function() {
end: function () {
flag2 = true;
}
})
})
//跳轉到榜單銀行卡界面
$('.maskBox p').eq(0).unbind('click').on('click',function(){
window.location.href = 'bankDraw.html'+location.search+'&country=1';
$('.maskBox p').eq(0).unbind('click').on('click', function () {
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 {
window.location.href = 'fireflyRmb/payPalFalse.html'+location.search;
window.location.href = 'fireflyRmb/payPalFalse.html' + location.search;
}
} else {
layer.msg(langList[langType].draw34);
......@@ -212,9 +230,10 @@
})
//選擇銀行卡提現 取消
$('.maskBox p:eq(2),.mask1Btn').on('click',function(){
//選擇銀行卡提現 取消
$('.maskBox p:eq(2),.mask1Btn').on('click', function () {
layer.closeAll();
})
})
</script>
</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