82525b78 by yangjianbin

init

1 parent 51adcff8
......@@ -104,7 +104,7 @@
<select class="select" size="1" name="productId">
<option value="">贷款产品</option>
<?php foreach ($this->session->products as $k => $v): ?>
<option value="<?= $v->id ?>"><?= $v->productName ?></option>
<option <?=$applyOrderVO->productId == $v->id ? 'selected' : ''?> value="<?= $v->id ?>"><?= $v->productName ?></option>
<?php endforeach; ?>
</select>
</span>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!