Commit 11a4682f by libai

测试

parent f589772b
Showing with 11 additions and 18 deletions
......@@ -334,13 +334,13 @@ $(function(){
})
$(".reg-ul li").on("click",function(){
var _self=$(this)
if(_self.attr("data-type")=='PAYERMAX_PAY'){
if(regUid==0){
layer.msg(langList[sessionStorage.lang].reg28)
return;
}
getUserInfo(regUid)
}
// if(_self.attr("data-type")=='PAYERMAX_PAY'){
// if(regUid==0){
// layer.msg(langList[sessionStorage.lang].reg28)
// return;
// }
// getUserInfo(regUid)
// }
if(_self.attr("data-type")=='PAYMENTWALL'){
if(regUid==0){
layer.msg(langList[sessionStorage.lang].reg28)
......@@ -635,7 +635,7 @@ $(function(){
}
break;
case "PAYERMAX_PAY":
if (flag) {
$.ajax({
url:"https://webserver.yabolive.net/pay/toPayermax.html",
type: "POST",
......@@ -657,21 +657,14 @@ $(function(){
success: function (res) {
var _self=$(this)
if (res.code == 1) {
// window.location.href = res.url;
window.location.href='https://firefly.live/footseenPay/index.html?goUrl='+_self[0].url
window.location.href = res.url;
// window.location.href='https://firefly.live/footseenPay/index.html?goUrl='+_self[0].url
} else {
layer.msg(res.msg);
}
}
})
} else {
$(".reg-content").hide()
$(".reg-information").show()
if(sessionStorage.pay=="PAYERMAX_PAY"){
$(".information-name-box").hide()
$(".information-phone-box").hide()
}
}
break;
case "LINE_PAY":
case "TW_PAY":
......
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