修复PK结果的飘屏重叠问题

This commit is contained in:
chenguilong
2022-11-14 16:19:39 +08:00
parent 91722f4de2
commit 7ada3daec6

View File

@@ -368,7 +368,7 @@
prizeModel.pkType = 0;
}
[self.acrossRoomPKQueue addObject:prizeModel];
if (self.acrossRoomPKQueue.count > 0) {
if (self.acrossRoomPKQueue.count == 1 ) {//1
[self startAcrossRoomPKAnimation:self.acrossRoomPKQueue.firstObject];
}
}