fix: 修正验收问题
This commit is contained in:
@@ -172,6 +172,9 @@
|
||||
if (isLock) {
|
||||
return [self.micBossLockSkins objectForKey:@(self.currentSkinID).stringValue];
|
||||
} else {
|
||||
if (self.currentSkinID == 0) {
|
||||
return kImage(@"room_boss_mic");
|
||||
}
|
||||
return [self.micBossSkins objectForKey:@(self.currentSkinID).stringValue];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user