...
|
...
|
@@ -47,9 +47,10 @@ |
|
|
$.get(serverContextPath + "/grassArticleComment/addGrassArticleComment?destId=" + articleId +
|
|
|
"&addType=" + 1 + "&uid=" + replyUid + "&content=" + content + "&commentId=" + commentId, function (data) {
|
|
|
if (data.code != 200) {
|
|
|
alert(data.message);
|
|
|
$.messager.alert("失败", data.message, "error");
|
|
|
} else {
|
|
|
$.messager.show({
|
|
|
title:"提示",
|
|
|
msg: "回复成功!",
|
|
|
height: 120
|
|
|
});
|
...
|
...
|
@@ -64,7 +65,7 @@ |
|
|
}
|
|
|
|
|
|
</script>
|
|
|
<div id="tt" class="easyui-layout" fit="true" style="margin:0">
|
|
|
<div id="tt" class="easyui-layout" fit="true" style="margin:0;overflow-y: scroll">
|
|
|
<form name="commentReplyForm" id="commentReplyForm" fit="true" method="post">
|
|
|
<div style="margin-top: 20px;margin-left: 30px;" id="replyDiv">
|
|
|
<table border="0" style="width:95%;margin-top:5px;line-height:30px;" id="replyTable">
|
...
|
...
|
|