init
Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -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> | ... | ... |
-
Please register or sign in to post a comment