0794f3bc by yangjianbin

init

1 parent 1141121f
...@@ -61,10 +61,10 @@ ...@@ -61,10 +61,10 @@
61 </tr> 61 </tr>
62 </thead> 62 </thead>
63 <tbody class="text-c"> 63 <tbody class="text-c">
64 <?php foreach ($plan as $k=>$v):?> 64 <?php foreach ($plan->repayPlans as $k=>$v):?>
65 <tr> 65 <tr>
66 <td>1 <?=$v?></td> 66 <td><?=$v->period?></td>
67 <td>500</td> 67 <td><?=$v->totalAmount?></td>
68 </tr> 68 </tr>
69 <?php endforeach;?> 69 <?php endforeach;?>
70 </tbody> 70 </tbody>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!