WanPai/Root/Activity/VC/ActivitySignupListSubVC.swift
@@ -74,6 +74,7 @@ let model = viewModel.dataSource.value[indexPath.row] let cell = tableView.dequeueReusableCell(withIdentifier: "_ActivityInfoTCell") as! ActivityInfoTCell cell.activityListModel = model cell.label_ageScope.isHidden = true return cell }