1
0
Minho 8 жил өмнө
parent
commit
36708f3171

+ 2 - 0
views/manager/setting.tpl

@@ -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");
             }
         });
     });