修改在线列表

This commit is contained in:
启星
2025-12-10 10:01:27 +08:00
parent 3b0e2386c5
commit 1a0dac1d91
26 changed files with 413 additions and 76 deletions

View File

@@ -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;