Commit 49e281bf by 冷斌

fix bug

parent dd630a80
...@@ -63,6 +63,7 @@ ...@@ -63,6 +63,7 @@
<th>行为说明 (ID)</th> <th>行为说明 (ID)</th>
<th>数量</th> <th>数量</th>
<th>总价</th> <th>总价</th>
<th>余额</th>
<th>直播id</th> <th>直播id</th>
<th>时间</th> <th>时间</th>
...@@ -82,7 +83,7 @@ ...@@ -82,7 +83,7 @@
<td>{$vo['giftcount']}</td> <td>{$vo['giftcount']}</td>
<td>{$vo['totalcoin']}</td> <td>{$vo['totalcoin']}</td>
<td>{$vo['showid']}</td> <td>{$vo['showid']}</td>
<td>{$vo['coin']}</td>
<td>{$vo.addtime|date="Y-m-d H:i:s",###}</td> <td>{$vo.addtime|date="Y-m-d H:i:s",###}</td>
<!-- <td align="center"> --> <!-- <td align="center"> -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment