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

dev_bert
kyebyungha 3 years ago
parent fd41a0378c
commit 7db3ff68a9

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

Loading…
Cancel
Save