diff --git a/views/blog/manage_list.tpl b/views/blog/manage_list.tpl index 7e14fccd..b1df2cea 100644 --- a/views/blog/manage_list.tpl +++ b/views/blog/manage_list.tpl @@ -153,7 +153,7 @@ /** * 删除项目 */ - $("#deleteBookForm").ajaxForm({ + $("#deleteBlogForm").ajaxForm({ beforeSubmit : function () { $("#btnDeleteBlog").button("loading"); },