6cfae349 by yangjianbin

init

1 parent 8498e47d
......@@ -33,7 +33,8 @@
</div>
<div class="form-group col-sm-3 col-md-2">
<label>借款期数</label>
<span class="form-control select-box">
<span class="form-control select-box">
<select id="product" class="select" size="1" name="loanDeadline">
<?php for ($i=1; $i<=$this->session->products[0]->loanDeadline; $i++):?>
<option value="<?=$i?>"><?=$i?></option>
<?php endfor;?>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!