8498e47d by yangjianbin

init

1 parent 10df0b25
......@@ -33,10 +33,12 @@
</div>
<div class="form-group col-sm-3 col-md-2">
<label>借款期数</label>
<?php for ($i=1; $i<=$this->session->products[0]->loanDeadline; $i++):?>
<option value="<?=$i?>"><?=$i?></option>
<?php endfor;?>
<!-- <input type="text" class="form-control input-text" readonly value="--><?//=$this->session->products[0] ? $this->session->products[0]->loanDeadline : '';?><!--" id="loanDeadline">-->
<span class="form-control select-box">
<?php for ($i=1; $i<=$this->session->products[0]->loanDeadline; $i++):?>
<option value="<?=$i?>"><?=$i?></option>
<?php endfor;?>
</select>
</span>
</div>
<div class="form-group col-sm-3 col-md-2">
<label>还款方式</label>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!