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="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">
<title></title>
<link rel="stylesheet" href="https://app.ixiulive.com/static/css/reset.css">
<link rel="stylesheet" href="../../layer-v3.1.0/layer/theme/default/layer.css">
<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="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">
<title></title>
<link rel="stylesheet" href="https://app.ixiulive.com/static/css/reset.css">
<link rel="stylesheet" href="../../layer-v3.1.0/layer/theme/default/layer.css">
<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{
width: 90%;
margin: 0 auto;
}
</style>
<script type="text/javascript" src="../../lib/fsize.js"></script>
<style type="text/css">
.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>
......@@ -57,7 +69,7 @@
<p></p>
</div>
</div>
<div class="mask mask2 hide">
<div class="mask1Title">
<p></p>
......@@ -70,151 +82,158 @@
<script src="../../layer-v3.1.0/layer/layer.js"></script>
<script src="../../lib/langchange.js?v=2021050615288888888888"></script>
<script>
try{
var obj2 = {
"cid": 9,
"reqCode": new Date().getTime(),
"data": {
"msg": '是否分享或帮助',
"shareType": 0,
"helpType": 0,
"drawType":0,
}
}
var obj = JSON.stringify(obj2);
appCollaboration(obj);
}
catch(err){
console.log(err)
}
function appCollaboration(msg) {
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)) {
}
else if (bIsAndroid) {
window.yazhai.appCollaboration(msg);
} else if (bIsIphoneOs || bIsIpad) {
window.webkit.messageHandlers.appCollaboration.postMessage(msg);
}
try {
var obj2 = {
"cid": 9,
"reqCode": new Date().getTime(),
"data": {
"msg": '是否分享或帮助',
"shareType": 0,
"helpType": 0,
"drawType": 0,
}
}
var obj = JSON.stringify(obj2);
appCollaboration(obj);
}
catch (err) {
console.log(err)
}
function appCollaboration(msg) {
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)) {
}
else if (bIsAndroid) {
window.yazhai.appCollaboration(msg);
} else if (bIsIphoneOs || bIsIpad) {
window.webkit.messageHandlers.appCollaboration.postMessage(msg);
}
}
$('title').html(langList[langType].draw24);
$('.mDetail').eq(0).find('.mDetailInfo p:eq(0)').html(langList[langType].draw25);
$('.mDetail').eq(0).find('.mDetailInfo p:eq(1)').html(langList[langType].draw26);
$('.mDetail').eq(1).find('.mDetailInfo p').html(langList[langType].draw27);
$('.mDetail').eq(2).find('.mDetailInfo p:eq(0)').html(langList[langType].draw28);
$('.mDetail').eq(2).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);
$('title').html(langList[langType].draw24);
$('.mDetail').eq(0).find('.mDetailInfo p:eq(0)').html(langList[langType].draw25);
$('.mDetail').eq(0).find('.mDetailInfo p:eq(1)').html(langList[langType].draw26);
$('.mDetail').eq(1).find('.mDetailInfo p').html(langList[langType].draw27);
$('.mDetail').eq(2).find('.mDetailInfo p:eq(0)').html(langList[langType].draw28);
$('.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);
$('.mask1Title p').eq(0).html(langList[langType].draw7);
$('.mask1Btn').html(langList[langType].draw8);
var flag1 = true;
var flag2 = true;
var data = getRequest()
if(sessionStorage.bbb==undefined || sessionStorage.bbb=="undefined"){
sessionStorage.bbb = data.uid;
sessionStorage.lang = data.lang;
var data = getRequest()
if (sessionStorage.bbb == undefined || sessionStorage.bbb == "undefined") {
sessionStorage.bbb = data.uid;
sessionStorage.lang = data.lang;
sessionStorage.kkk = data.token
}
//選擇提現方式
$('.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;
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(1).unbind('click').on('click',function(){
window.location.href = 'alipayDraw.html'+location.search+'&country=2';
})
layer.open({
type: 1,
title: false,
shadeClose: true,
shade: .4,
area: ['7.2rem', ''],
closeBtn: 0,
content: $('.mask1'),
end: function() {
flag1 = true;
}
})
} else if($('.mDetail .mDetailSelect.check').parent().index()==1){
if(!flag1)return;
flag1 = false;
$('.maskTitle').html(langList[langType].draw31);
layer.open({
type: 1,
title: false,
shadeClose: true,
shade: .4,
area: ['7.2rem', ''],
closeBtn: 0,
content: $('.mask1'),
end: function() {
flag1 = true;
}
})
//銀行卡選擇國外銀行卡
$('.maskBox p').eq(1).unbind('click').on('click',function(){
if(!flag2)return;
flag2 = false;
layer.closeAll();
layer.open({
type: 1,
title: false,
shadeClose: true,
shade: .4,
area: ['7.2rem', ''],
closeBtn: 0,
content: $('.mask2'),
end: function() {
flag2 = true;
}
})
})
//跳轉到榜單銀行卡界面
$('.maskBox p').eq(0).unbind('click').on('click',function(){
window.location.href = 'bankDraw.html'+location.search+'&country=1';
})
} else {
window.location.href = 'fireflyRmb/payPalFalse.html'+location.search;
}
} else {
layer.msg(langList[langType].draw34);
}
})
//選擇銀行卡提現 取消
$('.maskBox p:eq(2),.mask1Btn').on('click',function(){
layer.closeAll();
})
}
//選擇提現方式
$('.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;
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(1).unbind('click').on('click', function () {
window.location.href = 'alipayDraw.html' + location.search + '&country=2';
})
layer.open({
type: 1,
title: false,
shadeClose: true,
shade: .4,
area: ['7.2rem', ''],
closeBtn: 0,
content: $('.mask1'),
end: function () {
flag1 = true;
}
})
} else if ($('.mDetail .mDetailSelect.check').parent().index() == 1) {
if (!flag1) return;
flag1 = false;
$('.maskTitle').html(langList[langType].draw31);
layer.open({
type: 1,
title: false,
shadeClose: true,
shade: .4,
area: ['7.2rem', ''],
closeBtn: 0,
content: $('.mask1'),
end: function () {
flag1 = true;
}
})
//銀行卡選擇國外銀行卡
$('.maskBox p').eq(1).unbind('click').on('click', function () {
if (!flag2) return;
flag2 = false;
layer.closeAll();
layer.open({
type: 1,
title: false,
shadeClose: true,
shade: .4,
area: ['7.2rem', ''],
closeBtn: 0,
content: $('.mask2'),
end: function () {
flag2 = true;
}
})
})
//跳轉到榜單銀行卡界面
$('.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;
}
} else {
layer.msg(langList[langType].draw34);
}
})
//選擇銀行卡提現 取消
$('.maskBox p:eq(2),.mask1Btn').on('click', function () {
layer.closeAll();
})
</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