0ba7df90 by Zelig

还款方式错误

1 parent 26f2dd05
......@@ -20,7 +20,7 @@
<span class="form-control select-box">
<select class="select" size="1" disabled>
<?php foreach ($this->session->repayments as $k=>$v): ?>
<option <?=$v == $applyOrderVO->payBackType ? 'selected' : '' ?> value="<?=$k?>"><?=$v?></option>
<option <?=$k == $applyOrderVO->payBackType ? 'selected' : '' ?> value="<?=$k?>"><?=$v?></option>
<?php endforeach; ?>
</select>
</span>
......@@ -37,4 +37,4 @@
</div>
</div>
</div>
</div>
\ No newline at end of file
</div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!