init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -118,7 +118,7 @@ | ... | @@ -118,7 +118,7 @@ |
| 118 | <div class="info"> | 118 | <div class="info"> |
| 119 | <?php foreach ($this->session->dwellEnum as $k => $v): ?> | 119 | <?php foreach ($this->session->dwellEnum as $k => $v): ?> |
| 120 | <div class="live-info"> | 120 | <div class="live-info"> |
| 121 | <input type="radio" <?= $clientInfoOutputVO && $clientInfoOutputVO->dwellState == $k ? 'checked' : '' ?> | 121 | <input value="1" type="radio" <?= $clientInfoOutputVO && $clientInfoOutputVO->dwellState == $k ? 'checked' : '' ?> |
| 122 | name="clientInfoInputVO.dwellState"> | 122 | name="clientInfoInputVO.dwellState"> |
| 123 | <span><?= $v ?></span> | 123 | <span><?= $v ?></span> |
| 124 | <?php if ($k == 0): ?> | 124 | <?php if ($k == 0): ?> | ... | ... |
-
Please register or sign in to post a comment