Commit 8190bd1a authored by rlgy's avatar rlgy

update

parent 0114bc5f
...@@ -23,27 +23,6 @@ IndexAsset::register($this); ...@@ -23,27 +23,6 @@ IndexAsset::register($this);
margin-right: 10px; margin-right: 10px;
} }
</style> </style>
<div class="layui-row">
<table class="layui-table">
<thead>
<tr>
<th>币种</th>
<?php if (is_array($coins)): ?>
<?php foreach ($coins as $key => $value): ?>
<th><?= strtoupper($value); ?></th>
<?php endforeach; ?>
<?php endif; ?>
</tr>
</thead>
<tbody>
<tr>
<td>高度</td>
<td>56646</td>
<td>56646</td>
</tr>
</tbody>
</table>
</div>
<div class="layui-row"> <div class="layui-row">
<h4>审核</h4> <h4>审核</h4>
......
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