function jsApiCall()
{
WeixinJSBridge.invoke(
'getBrandWCPayRequest',
{$pay_online},
function(res){
WeixinJSBridge.log(res.err_msg);
if(res.err_msg == "get_brand_wcpay_request:ok"){
//alert(res.err_code+res.err_desc+res.err_msg);
window.location.href="http://blog.csdn.net/qq_35669659";
}else{
//返回跳转到订单详情页面
alert(支付失败);
window.location.href="http://blog.csdn.net/qq_35669659";
}
}
);
}
微信支付成功后无法跳转相应通知页面
最新推荐文章于 2024-04-12 16:34:42 发布