8e67ac8f by yangjianbin

init

1 parent b27e531e
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
67 <span class="form-control select-box"> 67 <span class="form-control select-box">
68 <select class="select" size="1"> 68 <select class="select" size="1">
69 <?php foreach ($this->session->repayments as $k=>$v):?> 69 <?php foreach ($this->session->repayments as $k=>$v):?>
70 <option <?=$item == payBackType ? 'selected' : '' ?> value="<?=$k?>"><?=$v?></option> 70 <option <?=$item->payBackType == $k ? 'selected' : '' ?> value="<?=$k?>"><?=$v?></option>
71 <?php endforeach;?> 71 <?php endforeach;?>
72 </select> 72 </select>
73 </span> 73 </span>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!