修改在线列表
This commit is contained in:
@@ -80,7 +80,8 @@
|
||||
return cell;
|
||||
}else{
|
||||
QXMessageListModel *model = self.dataArray[indexPath.row];
|
||||
if (model.type.intValue == 6) {
|
||||
if (model.type.intValue == 6 || model.type.intValue == 7) {
|
||||
/// 公会邀请 和
|
||||
QXSystemMessageHandleCell *cell = [QXSystemMessageHandleCell cellWithTableView:tableView];
|
||||
cell.model = model;
|
||||
cell.delegate = self;
|
||||
|
||||
Reference in New Issue
Block a user