送礼盲盒点亮
This commit is contained in:
@@ -1880,10 +1880,10 @@ class Room extends Model
|
||||
|
||||
if($type == 1){//1财富榜,2魅力榜
|
||||
$res = model('api/GiveGiftBases')->getRoomGiftRanking($params, $type);
|
||||
$list = $res['data'];
|
||||
$list = $res;
|
||||
}else{
|
||||
$res = model('api/GiveGiftBases')->getRoomGiftRanking($params, $type);
|
||||
$list = $res['data'];
|
||||
$list = $res;
|
||||
}
|
||||
|
||||
if(isset($list)){
|
||||
|
||||
Reference in New Issue
Block a user