修复抽盘无法上拍卖位
This commit is contained in:
@@ -400,7 +400,8 @@ static NSInteger toSlowCount = 4;
|
||||
@"gift_user_ids":self.userIds,
|
||||
@"room_id":self.roomId,
|
||||
@"num":num,
|
||||
@"heart_id":[self.heartId isExist]?self.heartId:@""
|
||||
@"heart_id":[self.heartId isExist]?self.heartId:@"",
|
||||
@"auction_id":[self.auctionId isExist]?self.auctionId:@""
|
||||
};
|
||||
self.isDrawing = YES;
|
||||
MJWeakSelf
|
||||
|
||||
Reference in New Issue
Block a user