修复bug
This commit is contained in:
@@ -25,6 +25,8 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@property (nonatomic,copy) NSString *diamonds;
|
||||
///bannerId
|
||||
@property (nonatomic,copy) NSString * bannerId;
|
||||
///需要的等级
|
||||
@property (nonatomic,assign) NSInteger needLevel;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
@@ -885,7 +885,7 @@
|
||||
if (finished) {
|
||||
self.isPlayOfB = NO;
|
||||
[nobleLevelUpView removeFromSuperview];
|
||||
if (self.animationListB > 0) {
|
||||
if (self.animationListB.count > 0) {
|
||||
[self.animationListB removeObjectAtIndex:0];
|
||||
}
|
||||
if(self.isAnimationListAFinish == YES){
|
||||
|
Reference in New Issue
Block a user