init
Showing
1 changed file
with
3 additions
and
1 deletions
| ... | @@ -33,10 +33,12 @@ | ... | @@ -33,10 +33,12 @@ |
| 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 | <span class="form-control select-box"> | ||
| 36 | <?php for ($i=1; $i<=$this->session->products[0]->loanDeadline; $i++):?> | 37 | <?php for ($i=1; $i<=$this->session->products[0]->loanDeadline; $i++):?> |
| 37 | <option value="<?=$i?>"><?=$i?></option> | 38 | <option value="<?=$i?>"><?=$i?></option> |
| 38 | <?php endfor;?> | 39 | <?php endfor;?> |
| 39 | <!-- <input type="text" class="form-control input-text" readonly value="--><?//=$this->session->products[0] ? $this->session->products[0]->loanDeadline : '';?><!--" id="loanDeadline">--> | 40 | </select> |
| 41 | </span> | ||
| 40 | </div> | 42 | </div> |
| 41 | <div class="form-group col-sm-3 col-md-2"> | 43 | <div class="form-group col-sm-3 col-md-2"> |
| 42 | <label>还款方式</label> | 44 | <label>还款方式</label> | ... | ... |
-
Please register or sign in to post a comment