完成后台小组管理相关内容,添加新建小组UI,添加到小组详细的连接

This commit is contained in:
sxw
2015-12-05 13:26:09 +08:00
parent f2f124e462
commit c2597a6647
6 changed files with 66 additions and 15 deletions

View File

@@ -3,9 +3,10 @@ require(["jquery", "csrfToken", "bsAlert"], function ($, csrfTokenHeader, bsAler
var message;
if ($("#applyMessage").length) {
message = $("#applyMessage").val();
if (!message)
if (!message) {
bsAlert("提交失败,请填写申请信息!");
return false;
}
}
var groupId = window.location.pathname.split("/")[2];