init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -61,7 +61,7 @@ | ... | @@ -61,7 +61,7 @@ |
| 61 | </tr> | 61 | </tr> |
| 62 | </thead> | 62 | </thead> |
| 63 | <tbody class="text-c"> | 63 | <tbody class="text-c"> |
| 64 | <?php if($plan):?> | 64 | <?php if($plan && $plan->repayPlans):?> |
| 65 | <?php foreach ($plan->repayPlans as $k=>$v):?> | 65 | <?php foreach ($plan->repayPlans as $k=>$v):?> |
| 66 | <tr> | 66 | <tr> |
| 67 | <td><?=$v->period?> 期</td> | 67 | <td><?=$v->period?> 期</td> | ... | ... |
-
Please register or sign in to post a comment