This commit is contained in:
2018-06-05 19:45:48 +08:00
parent 89e757f675
commit d852d65185

View File

@@ -241,13 +241,11 @@ $(document).ready(function() {
function showResponse(responseText) { function showResponse(responseText) {
clearT[0] = 0; clearT[0] = 0;
alert(responseText); alert(responseText);
if(responseText != "提交成功。谢谢参与我们的活动请继续关注我们公众号bupt_stu的后续推送。现在你可以直接关闭页面了。"){
window.location.href = "https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MjM5NzY1MjYyMg==&scene=124#wechat_redirect";
}else{
window.location.href = "https://wall.kaionji.com/wj/anser.php";
}
window.location.href = "https://wall.kaionji.com/wj/anser.php";
} }
var options = { var options = {
beforeSubmit: showRequest, beforeSubmit: showRequest,