7e25755a by yangjianbin

init

1 parent 5224ed8e
...@@ -319,9 +319,9 @@ ...@@ -319,9 +319,9 @@
319 <label>是您的</label> 319 <label>是您的</label>
320 <span class="form-control select-box"> 320 <span class="form-control select-box">
321 <select class="select" size="1" name="contactRelation"> 321 <select class="select" size="1" name="contactRelation">
322 <?php foreach ($this->session->relationEnum as $k => $v): ?> 322 <?php foreach ($this->session->relationEnum as $kk => $vv): ?>
323 <option <?= $v && $v->contactRelation == $k ? 'selected' : '' ?> 323 <option <?= $vv && $v->contactRelation == $kk ? 'selected' : '' ?>
324 value="<?= $k ?>"><?= $v ?></option> 324 value="<?= $kk ?>"><?= $vv ?></option>
325 <?php endforeach; ?> 325 <?php endforeach; ?>
326 </select> 326 </select>
327 </span> 327 </span>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!