f9165033 by 杨建斌

init

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