generated from root/miduo_server
无用代码
parent
62167de466
commit
6f9ffa144b
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue