1.
修改 template/pay/支付模板/index.html
2.
216行改为以下代码
}
}else if(pay_type == "wxpay"){
if(Is_Wx_Al()){
setTimeout(window.location.href = "weixin://", 1000);
$("#wxpayh5url_1").html('<small> <font color=#F4A460 style="font-size:10px;">如果无法跳转或提示风险请扫码哦</font></div><br></small> <br><a style="font-size:10px;" type="button" href="weixin://" class="btn btn-lg btn-block btn-default" target="_blank">唤醒微信APP支付[立即跳转到手机微信]</a>');}
注:
setTimeout(window.location.href = "weixin://", 8000);
改为8秒到10可解决(8000为唤醒时间,多久唤醒自己修改)
本教程由aikin_艾金提供转载时必须以链接形式注明原始出处及本声明。