html平台币

master
sunke 5 years ago
parent 88109eb0cd
commit fd815ef5a6

@ -102,6 +102,7 @@
<tr>
<td>汇总(检索时间内所有数据的统计)</td>
<td colspan="8">
<if condition="$total egt 0"><span style="color:red">{$fuhao}</span><else/><span style="color:green">{$fuhao}</span></if>
<if condition="$total egt 0"><span style="color:red">{$total}</span><else/><span style="color:green">{$total}</span></if>
</td>
</tr>

@ -109,7 +109,7 @@
<tr>
<td>{$data.user_id}</td>
<td>{$data.user_account}</td>
<td>{$data.bind_balance}</td>
<td>{$data.after_value}</td>
<td><span>{$data.spend_amount}</span></td>
<td>{$data.deposit_amount}</td>
<td>{$data.coin_amount}</td>
@ -122,10 +122,10 @@
</empty>
<tr>
<td colspan="2">汇总(检索时间内所有数据的统计)</td>
<td>{$total_bind_balance}</td>
<td>{$totalSpend}</td>
<td>{$banlaceTotal}</td>
<td>{$total}</td>
<td>{$totalPromoteCoin}</td>
<td>{$deposit}</td>
<td>{$promoteCoin}</td>
<td></td>
</tr>
</tbody>

Loading…
Cancel
Save