酒吧房不允许嘉宾直接换麦
This commit is contained in:
@@ -35,7 +35,7 @@ class RoomPit extends BaseCom
|
||||
if($pit_infos == 10){
|
||||
return V(0, '此房间不允许嘉宾直接换麦', null);
|
||||
}
|
||||
if($gift_id == 0){
|
||||
if($gift_id == 0 && $pit_infos == 0){
|
||||
return V(0, '请选择礼物', null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user