修正聊天卡片 UI
修正其他 UI 问题
This commit is contained in:
@@ -382,8 +382,10 @@ typedef enum : NSUInteger {
|
||||
XPMineDataGameMateTableViewCell * cell = [tableView dequeueReusableCellWithIdentifier:NSStringFromClass([XPMineDataGameMateTableViewCell class])
|
||||
forIndexPath:indexPath];
|
||||
cell.cellModel = [self.gameInfos xpSafeObjectAtIndex:indexPath.row];
|
||||
cell.selectionStyle = UITableViewCellSelectionStyleNone;
|
||||
@kWeakify(self);
|
||||
[cell setDidTapOrder:^(XPMineGamePartnerInfoModel *model) {
|
||||
@kStrongify(self);
|
||||
if (self.delegate) {
|
||||
[self.delegate showGameOrderView:model];
|
||||
}
|
||||
|
Reference in New Issue
Block a user