首页房间排行和默认选择类型
This commit is contained in:
@@ -31,7 +31,7 @@ class Index extends BaseCom
|
||||
{
|
||||
$list = db::name('vs_room_label')
|
||||
->where(['status' => 1])
|
||||
->field('id,label_name,default_index')->order('sort asc')->select();
|
||||
->field('id,label_name,default_index,sort')->order('sort asc')->select();
|
||||
if($list){
|
||||
$default_index = 0;
|
||||
$label_name = '';
|
||||
|
||||
Reference in New Issue
Block a user