d904a7dd by 杨建斌

init

1 parent bf2daa47
...@@ -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): ?>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!