优化体验

pull/51/head
Minho 2017-05-25 16:39:59 +08:00
parent 22cfd7ddec
commit 36708f3171
1 changed files with 2 additions and 0 deletions

View File

@ -117,12 +117,14 @@
if (title === ""){
return showError("网站标题不能为空");
}
$("#btnSaveBookInfo").button("loading");
},success : function (res) {
if(res.errcode === 0) {
showSuccess("保存成功")
}else{
showError(res.message);
}
$("#btnSaveBookInfo").button("reset");
}
});
});