d904a7dd by 杨建斌

init

1 parent bf2daa47
......@@ -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!