WanPai/Root/Games/VC/GamesSubListVC.swift
@@ -76,6 +76,7 @@ let cell = tableView.dequeueReusableCell(withIdentifier: "_GamesTCell") as! GamesTCell if type == .offline{ cell.gameListModel = offLineViewModel.dataSource.value[indexPath.row] cell.QRCodeModel = model } return cell }