热门房间
This commit is contained in:
@@ -31,7 +31,7 @@ class Xintiao extends BaseCom
|
||||
]);
|
||||
}
|
||||
//查询房间是否热门房间
|
||||
$is_hot_room = db::name('vs_room')->where(['id' => $room_id,'is_hot' => 1])->find();
|
||||
$is_hot_room = db::name('vs_room')->where(['id' => $room_id,'is_hot' => 2])->find();
|
||||
if($is_hot_room){
|
||||
//任务:18-每日在线时长 5 分钟
|
||||
model('Tasks')->tasks_complete($user_id,18);
|
||||
|
||||
Reference in New Issue
Block a user