修复抽盘无法上拍卖位

This commit is contained in:
启星
2025-10-12 15:56:48 +08:00
parent 0b855ca803
commit 9368211a3c
5 changed files with 41 additions and 5 deletions

View File

@@ -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