7e25755a by yangjianbin

init

1 parent 5224ed8e
......@@ -319,9 +319,9 @@
<label>是您的</label>
<span class="form-control select-box">
<select class="select" size="1" name="contactRelation">
<?php foreach ($this->session->relationEnum as $k => $v): ?>
<option <?= $v && $v->contactRelation == $k ? 'selected' : '' ?>
value="<?= $k ?>"><?= $v ?></option>
<?php foreach ($this->session->relationEnum as $kk => $vv): ?>
<option <?= $vv && $v->contactRelation == $kk ? 'selected' : '' ?>
value="<?= $kk ?>"><?= $vv ?></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!