Skip to content

Commit 167fd17

Browse files
committed
style: explain after comment post success
1 parent 7131a4e commit 167fd17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • blog-consumer/src/main/resources/static/js

blog-consumer/src/main/resources/static/js/article.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function postComment(name, email, link, content, parentId, replyWhoId) {
113113
$("#link").val('')
114114
//tinyMCE.activeEditor.setContent('')
115115
tinyMCE.get('commentTextarea').setContent('');
116-
alert("提交成功!")
116+
alert("提交成功,请等待管理员审核通过后呈现!")
117117
} else {
118118
alert("提交失败,请重试!")
119119
}

0 commit comments

Comments
 (0)