无故事王国
2023-11-01 b3269976c84d03208f633cd0136a6f78e8dd53f7
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{