0cf3949d by yangjianbin

init

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