Authored by zhangxiaoru

editorialC

... ... @@ -121,7 +121,7 @@ function comment() {
var commentInfo = $('#comment-info').val();
if (commentInfo === '') {
new _alert('评论不能为空').show();
// new _alert('评论不能为空').show();
return false;
}
commenting = true;
... ...