pbootcms會員中心 我的評論模板代碼 mycomment.html
我的評論
<table class="table"> <thead> <th>序號</th> <th>文章</th> <th>評論</th> <th>狀態</th> <th>時間</th> <th>操作</th> </thead> <tbody> {pboot:mycomment num=10} <tr> <td>[mycomment:i]</td> <td>[mycomment:title]</td> <td>[mycomment:comment]</td> <td>{pboot@if([mycomment:status]==1)}已審核{else}<span style="color:red">待審核</span>{/pboot@if}</td> <td>[mycomment:date]</td> <td><span class="del" data-url="[mycomment:delaction]" style="cursor:pointer" >刪除</span></td> </tr> {/pboot:mycomment} </tbody> </table> <script> $(".del").on("click",function(){ if(!confirm("您確定要刪除么?")){ return; } var url=$(this).data('url'); var el=$(this).parents("tr"); $.ajax({ type: 'GET', url: url, dataType: 'json', success: function (response, status) { if(response.code==0){ alert(response.data); }else{ el.remove(); } }, error:function(xhr,status,error){ alert('返回數據異常!'); } }); }); </script>
如果您的問題還未解決可以聯系站長付費協助。

有問題可以加入技術QQ群一起交流學習
本站vip會員 請加入無憂模板網 VIP群(50604020) PS:加入時備注用戶名或昵稱
普通注冊會員或訪客 請加入無憂模板網 技術交流群(50604130)
客服微信號:15898888535
聲明:本站所有文章資源內容,如無特殊說明或標注,均為采集網絡資源。如若內容侵犯了原著者的合法權益,可聯系站長刪除。