修复bug

This commit is contained in:
liyuhua
2023-09-27 21:38:09 +08:00
parent 84af03be39
commit f9eb216bd3
4 changed files with 3 additions and 10 deletions

View File

@@ -243,14 +243,7 @@
-(void)setPlaySoundTime:(NSInteger)time{
_audioView.voiceDura = @(time).stringValue;
}
- (void)setRoomInfo1:(HomeRecommendRoomModel *)roomInfo1 {
_roomInfo1 = roomInfo1;
if (_roomInfo1) {
}
}
-(void)didSelectItemAction{