본인 댓글만 수정 삭제 가능 함.

dev_bert
kyebyungha 3 years ago
parent fd41a0378c
commit 7db3ff68a9

@ -171,10 +171,12 @@
<p>${item['reg_tm']!}</p>
</div>
</div>
<!-- option -->
<div class="option2_btn" data-ctno= ${item['ct_no']!}>
<div href="#" class="option"></div>
</div>
<#if item['member_id']! == model ['rm']['member_id']!>
<!-- option -->
<div class="option2_btn" data-ctno= ${item['ct_no']!}>
<div href="#" class="option"></div>
</div>
</#if>
</div>
<div class="comment_text" data-ctno= ${item['ct_no']!}>
${item['comment']!}
@ -395,7 +397,6 @@
}
});
}
debugger;
$ct_no = null;
$("#reply").val('');
Swal.fire({text:"처리 되었습니다"}) ;

Loading…
Cancel
Save