无用代码

master
duhui 2021-04-21 15:00:09 +08:00
parent 62167de466
commit 6f9ffa144b
1 changed files with 11 additions and 11 deletions

View File

@ -133,16 +133,16 @@ $(function(){
});
});
$('#updataSYSNotice').load(function () {
// 根据后台返回值处理结果
var text=$(this).contents().find("body").text();
if (text != 0) {
alert('失败');
} else {
alert('成功');
location.reload();
}
})
// $('#updataSYSNotice').load(function () {
// // 根据后台返回值处理结果
// var text=$(this).contents().find("body").text();
// if (text != 0) {
// alert('失败');
// } else {
// alert('成功');
// location.reload();
// }
// })
function sendCheck() {
@ -209,7 +209,7 @@ function sendCheck() {
contentType: 'application/json',
success: function (data) {
console.log(data)
// console.log(data)
if (data === 0) {
layer.msg('成功!', {icon: 6, time: 1000});
}else {