修正 combo 金币显示问题

This commit is contained in:
AI Health Developer
2025-04-11 10:45:49 +08:00
parent 0275decc7e
commit faa6a2c4dc
4 changed files with 31 additions and 9 deletions

View File

@@ -690,7 +690,7 @@ XPRoomGraffitiGiftAnimationViewDelegate
[self loadBroveSVGAVideoItem:level.integerValue];
}
if (coins) {
[[NSNotificationCenter defaultCenter] postNotificationName:@"receiveLuckGiftWinning" object:[NSString stringByRemovingRedundantZeros:coins.stringValue]];
// [[NSNotificationCenter defaultCenter] postNotificationName:@"receiveLuckGiftWinning" object:[NSString stringByRemovingRedundantZeros:coins.stringValue]];
}
}
}