7a08f8d2 by yangjianbin

init

1 parent 0cf3949d
...@@ -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>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!