10df0b25 by yangjianbin

init

1 parent d3302fa3
...@@ -33,7 +33,10 @@ ...@@ -33,7 +33,10 @@
33 </div> 33 </div>
34 <div class="form-group col-sm-3 col-md-2"> 34 <div class="form-group col-sm-3 col-md-2">
35 <label>借款期数</label> 35 <label>借款期数</label>
36 <input type="text" class="form-control input-text" readonly value="<?=$this->session->products[0] ? $this->session->products[0]->loanDeadline : '';?>" id="loanDeadline"> 36 <?php for ($i=1; $i<=$this->session->products[0]->loanDeadline; $i++):?>
37 <option value="<?=$i?>"><?=$i?></option>
38 <?php endfor;?>
39 <!-- <input type="text" class="form-control input-text" readonly value="--><?//=$this->session->products[0] ? $this->session->products[0]->loanDeadline : '';?><!--" id="loanDeadline">-->
37 </div> 40 </div>
38 <div class="form-group col-sm-3 col-md-2"> 41 <div class="form-group col-sm-3 col-md-2">
39 <label>还款方式</label> 42 <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!