1bfcf395 by yangjianbin

init

1 parent e81e2c78
......@@ -19,7 +19,7 @@
<div class="form-group col-sm-3 col-md-2">
<label>产品名称</label>
<span class="form-control select-box">
<select class="select" size="1" id="productId">
<select class="select" size="1" name="productId">
<?php foreach ($this->session->products as $k=>$v):?>
<option data-repaymentMode="<?=$v->repaymentMode?>" data-loanDeadline="<?=$v->loanDeadline?>" value="<?=$v->id?>"><?=$v->productName?></option>
<?php endforeach;?>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!