function checkMobileBind() { if(confirm('您尚未绑定手机,是否前往绑定?')) { window.location='http://mazey.cn/'; } else { history.go(-1); } }