0cf3949d by yangjianbin

init

1 parent 40598e66
......@@ -61,12 +61,14 @@
</tr>
</thead>
<tbody class="text-c">
<?php if($plan):?>
<?php foreach ($plan->repayPlans as $k=>$v):?>
<tr>
<td><?=$v->period?></td>
<td><?=$v->totalAmount?></td>
</tr>
<?php endforeach;?>
<?php endif;>
</tbody>
</table>
</div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!