main
kgdxpr 1 year ago
parent 69e0aa6021
commit 63c4f15973

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -0,0 +1,59 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<script src="../../../../admin/js/jquery-3.6.0.min.js "></script>
<script>
$(function () {
$.ajax({
type: "GET",
async: false,
url: "/QingLong/zbdc/getSchoolTypeId",
success: function (res) {
if (res.success) {
switch (res.school_type_id) {
case 211:
window.location.href = "./data_submit_xx.html";
break;
case 311:
window.location.href = "./data_submit_cz.html";
break;
case 342:
window.location.href = "./data_submit_gz.html";
break;
case 312:
window.location.href = "./data_submit_jnygz.html";
break;
case 341:
window.location.href = "./data_submit_wqzx.html";
break;
case 345:
window.location.href = "./data_submit_senygz.html";
break;
}
} else {
layer.msg(res.message, {
icon: 2,
time: 2000
});
}
}
});
});
</script>
</body>
</html>
Loading…
Cancel
Save