完成后台小组管理相关内容,添加新建小组UI,添加到小组详细的连接
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user