2c3c081d by yangjianbin

init

1 parent b6a4f687
......@@ -35,8 +35,9 @@
<label>还款方式</label>
<span class="form-control select-box">
<select class="select" size="1" name="repaymentMode">
<option>请选择</option>
<option value="1">1</option>
<?php foreach ($this->session->repayments as $k=>$v):?>
<option <?=$v == $data->repaymentMode ? 'selected' : '' ?> value="<?=$k?>"><?=$v?></option>
<?php endforeach;?>
</select>
</span>
</div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!