交友房 不允许下麦
This commit is contained in:
@@ -2526,7 +2526,6 @@ class Room extends Model
|
||||
//交友相关回值
|
||||
$friend = [];
|
||||
$friend['friend_id'] = 0;//场次ID
|
||||
$friend['friend_status'] = 1;//等待邂逅
|
||||
//查询用户交友表
|
||||
$friend_info = db::name('vs_user_friending')->where(['room_id' => $room_id])->order('id', 'desc')->find();
|
||||
$friend['room_on_line_cp'] = 0;
|
||||
|
||||
Reference in New Issue
Block a user