WanPai/Root/Course/VC/StudentExchangeVC.swift
@@ -25,7 +25,7 @@ override func viewDidLoad() { super.viewDidLoad() title = "切换运动营成员" selectIndex = 0 viewModel.configure(tableView,needMore: false) viewModel.beginRefresh() btn_add.imagePosition = .right @@ -74,6 +74,7 @@ let model = viewModel.dataSource.value[indexPath.row] let cell = tableView.dequeueReusableCell(withIdentifier: "_StudentInfo_3_TCell") as! StudentInfo_3_TCell cell.studentProfile1Model = model cell.viewModel = viewModel if selectIndex != nil{ if indexPath.row == selectIndex{