用户消息更多优化

feat/task1-c-wallet
devil_gong 2019-06-21 16:31:36 +08:00
parent 54c3c9fc4f
commit 74bb32e28f
2 changed files with 3 additions and 3 deletions

View File

@ -135,7 +135,7 @@
<dt>回复内容</dt>
<dd>
{{{if $v['is_reply'] eq 1}}
{{if $v['is_reply'] eq 1}}
{{$v.reply}}
{{else /}}
<span class="gray-text">未回复</span>

View File

@ -93,7 +93,7 @@
<table class="am-table am-table-striped">
<thead>
<tr>
<th>标题</th>
<th class="am-hide-sm-only">标题</th>
<th class="am-hide-sm-only">类型</th>
<th class="am-hide-sm-only">业务</th>
<th>详情</th>
@ -106,7 +106,7 @@
{{if !empty($data_list)}}
{{foreach $data_list as $v}}
<tr>
<td>{{$v.title}}</td>
<td class="am-hide-sm-only">{{$v.title}}</td>
<td class="am-hide-sm-only">{{$v.type_name}}</td>
<td class="am-hide-sm-only">{{$v.business_type_name}}</td>
<td>{{$v.detail}}</td>