@ -154,7 +154,7 @@
< / div >
< / if >
< if condition = "!pay_limit('wx') and $money elt C('WX_PAY_LIMIT')" >
< if condition = "C('wei_xin.status') eq 1 or C('weixin_gf.status') eq 1 or (C('goldpig.status') eq 1 and C('goldpig.wx') eq 1) or (C('heepay.status') eq 1) or (C('sqpay.status') eq 1 and C('sqpay.wx_small') eq 1)" >
< div class = "payment_rest_way way_btn" data-type = "wxpay" data-url = "{:U('PayH5/weixin_pay',array('user_id'=>I('user_id'),'game_id'=>I('game_id'),'user_token'=>I('user_token'),'api_ver'=>2))}" >
< div >
@ -164,7 +164,7 @@
< img src = "__IMG__/pay_way/dagou1.png" alt = "" >
< / div >
< / if >
< / if >
< if condition = "C('sqpay.status') eq 1 and C('sqpay.shortcut') eq 1" >
< div class = "payment_rest_way way_btn" data-type = "shorcut" data-url = "{:U('Shortcut/wap_shortcut_pay', array('user_id'=>I('user_id'),'game_id'=>I('game_id'),'user_token'=>I('user_token'),'code'=>1,'extend'=>I('extend'),'api_ver'=>2))}" >
< div >
@ -228,9 +228,12 @@
}
}
defaultInit();
var timefun;
$(function() {
defaultInit();
$(".select_pay_info").click(function(){
timefun = setTimeout(function(){
$(".tipmsg").html("切换支付失败");
@ -238,10 +241,10 @@
},1000);
$(".payment_rest").show();
clearTimeout(timefun);
})
});
$(".payment_rest .title>img").click(function(){
$(".payment_rest").hide();
})
});
$(".payment_rest_way").on("click",function(){
$(this).children("img").attr("src","__IMG__/pay_way/dagou2.png");
@ -256,7 +259,7 @@
$(".select_pay_info").children("div").text(text);
$(".payment_rest").hide();
})
});
//拉起支付
var flag = false;
$(".confirm_pay").on("click",function(){
@ -280,7 +283,20 @@
platform_pay();
}
})
});
$(".payment_rest_btn").click(function(){
$(".payment_rest_btn").hide();
$(".weixin").show();
});
$(".forbid_confirm,.forbid_close").click(function(){
$(".msgdialog").hide();
});
});
//微信支付
function wxpay(){
$r = small_program("{:C('sqpay.wx_small')}");
@ -343,16 +359,6 @@
window.location.href = payurl;
}
$(".payment_rest_btn").click(function(){
$(".payment_rest_btn").hide();
$(".weixin").show();
})
$(".forbid_confirm,.forbid_close").click(function(){
$(".msgdialog").hide();
})
< / script >
< script type = "text/javascript" >
var evt = "onorientationchange" in window ? "orientationchange" : "resize";