Commit d045c1b3 by 冷斌

踢人

parent 55df576a
......@@ -24,7 +24,6 @@
<th>直播ID</th>
<th>直播状态</th>
<th>直播开始时间</th>
<th>直播分类</th>
<th>房间类型</th>
<th>封面图</th>
<th>视频类型</th>
......@@ -32,7 +31,6 @@
</tr>
</thead>
<tbody>
<php>$islive=array("0"=>"直播结束","1"=>"直播中");$type=array("0"=>"普通房间","1"=>"密码房间","2"=>"门票房间","3"=>"计时房间");</php>
<foreach name="lists" item="vo">
<tr>
<td align="center">{$vo.uid}</td>
......@@ -41,7 +39,6 @@
<td>{$islive[$vo['live']['islive']]}</td>
<td>{$vo['live']['starttime']|date="Y-m-d H:i:s",###}</td>
<td>{$liveclass[$vo['live']['liveclassid']]}</td>
<td>{$type[$vo['live']['type']]}</td>
<td><a href="{$vo['thumb']}" target="_blank"><img width="25" height="25" src="{$vo['thumb']}" /></a></td>
<td><if condition="$vo['live']['anyway'] eq 0">竖屏<else/>横屏</if></td>
<if condition="$vo['isvideo']==1">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment