f9165033 by 杨建斌

init

1 parent 8970a6d6
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
98 <select class="select" size="1"> 98 <select class="select" size="1">
99 <option>请选择</option> 99 <option>请选择</option>
100 <?php foreach ($this->session->repayments as $k=>$v):?> 100 <?php foreach ($this->session->repayments as $k=>$v):?>
101 <option <?=$v == $data->repaymentMode ? 'selected' : '' ?> value="<?=$k?>"><?=$v?></option> 101 <option <?=$v == $repaymentMode ? 'selected' : '' ?> value="<?=$k?>"><?=$v?></option>
102 <?php endforeach;?> 102 <?php endforeach;?>
103 </select> 103 </select>
104 </span> 104 </span>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!