提交代码
This commit is contained in:
@@ -140,6 +140,7 @@
|
||||
_lookLabel.textColor = UIColorMewFromRGB(0x57585F);
|
||||
_lookLabel.font = kFontRegular(10);
|
||||
_lookLabel.textAlignment = NSTextAlignmentCenter;
|
||||
_lookLabel.hidden = YES;
|
||||
}
|
||||
return _lookLabel;
|
||||
}
|
||||
|
@@ -94,7 +94,6 @@
|
||||
- (void)collectionView:(UICollectionView *)collectionView didSelectItemAtIndexPath:(NSIndexPath *)indexPath {
|
||||
if (indexPath.row >= self.homeRecommendModels.count) { return; }
|
||||
|
||||
|
||||
NSString *roomId = self.homeRecommendModels[indexPath.row].roomUid;
|
||||
[MewRoomViewController openRoom:roomId viewController:self];
|
||||
}
|
||||
|
Reference in New Issue
Block a user