无故事王国
2023-09-28 b01d7cd3806c64df76e4e1088c8e144e2314865f
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
   }