...
|
...
|
@@ -36,6 +36,7 @@ $this->title = $this->params['main_title'].'-'.$this->params['sub_title']; |
|
|
<th>头图</th>
|
|
|
<th>主播</th>
|
|
|
<th>预告开始时间</th>
|
|
|
<th>房间密钥</th>
|
|
|
<th>是否精选</th>
|
|
|
<th>马甲状态</th>
|
|
|
<th>直播状态</th>
|
...
|
...
|
@@ -52,6 +53,7 @@ $this->title = $this->params['main_title'].'-'.$this->params['sub_title']; |
|
|
<td><img height="70" alt="房间封面图片" src="<?=CommonImages::getImageUrl($model->pic, 70, 70, 2)?>"></td>
|
|
|
<td><?=$model->master ? $model->master->master_id.' '.$model->master->name : '无主播'?></td>
|
|
|
<td style="white-space:nowrap"><?=$model->starting_time ? date('Y-m-d H:i:s',$model->starting_time) : ''?></td>
|
|
|
<td><?=$model->secret?></td>
|
|
|
<td><?=Yii::$app->params['config']['best'][$model->best]?></td>
|
|
|
<td><?=Yii::$app->params['config']['vest'][$model->vest]?></td>
|
|
|
<td><?=Yii::$app->params['config']['room_living'][$model->living]?></td>
|
...
|
...
|
|