|
|
|
@ -75,7 +75,7 @@ function private_jour_submit(){
|
|
|
|
|
function jourReplyVerify() {
|
|
|
|
|
var content = jour_content_editor.html();//$.trim($("#message_content").val());
|
|
|
|
|
if (jour_content_editor.isEmpty()) {
|
|
|
|
|
$("#jour_content_span").text("回复不能为空");
|
|
|
|
|
$("#jour_content_span").text("留言不能为空");
|
|
|
|
|
$("#jour_content_span").css('color', '#ff0000');
|
|
|
|
|
$("#submit_feedback_user").one('click',function() {
|
|
|
|
|
jour_submit();
|
|
|
|
|