...
|
...
|
@@ -25,11 +25,8 @@ |
|
|
<div>
|
|
|
<!--待回答-->
|
|
|
<div class="state_box">
|
|
|
|
|
|
|
|
|
|
|
|
<volist name="undo" id="vo">
|
|
|
<a href="">
|
|
|
<a href="{:url('engageDetail',['id'=>$vo])}">
|
|
|
<div class="tab_content_box">
|
|
|
<div class="tab_info title_info">
|
|
|
<text class="">提交时间:{:date('Y.m.d',$vo.add_time)}</text>
|
...
|
...
|
@@ -55,10 +52,12 @@ |
|
|
</a>
|
|
|
</volist>
|
|
|
</div>
|
|
|
|
|
|
|
|
|
<!--已回复-->
|
|
|
<div class="state_box" hidden>
|
|
|
<volist name="redo" id="vo">
|
|
|
<a href="">
|
|
|
<a href="{:url('engageDetail',['id'=>$vo])}">
|
|
|
<div class="tab_content_box">
|
|
|
<div class="tab_info title_info">
|
|
|
<text class="">提交时间:{:date('Y.m.d',$vo.add_time)}</text>
|
...
|
...
|
@@ -97,9 +96,6 @@ |
|
|
$(this).addClass('tab_on').siblings().removeClass('tab_on')
|
|
|
$('.state_box').eq(index).show().siblings().hide()
|
|
|
})
|
|
|
$('.tab_content_box').click(function () {
|
|
|
window.location.href='../expert/referralModuleDetail.html'
|
|
|
})
|
|
|
</script>
|
|
|
</body>
|
|
|
</html> |
|
|
\ No newline at end of file |
...
|
...
|
|