ef314b60 by wang

Merge remote-tracking branch 'origin/develop' into develop

2 parents 00e11dda 5a5f9224
......@@ -118,7 +118,7 @@
<div class="info">
<?php foreach ($this->session->dwellEnum as $k => $v): ?>
<div class="live-info">
<input type="radio" <?= $clientInfoOutputVO && $clientInfoOutputVO->dwellState == $k ? 'checked' : '' ?>
<input value="1" type="radio" <?= $clientInfoOutputVO && $clientInfoOutputVO->dwellState == $k ? 'checked' : '' ?>
name="clientInfoInputVO.dwellState">
<span><?= $v ?></span>
<?php if ($k == 0): ?>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!