WanPai/Root/Other/View/StudentChooseView.swift
@@ -219,9 +219,11 @@ if self.selectStudents.contains(where: {($0 as! ActivityDetailPartModel).id == item.id}){ cell.img_radio.image = UIImage(named: "btn_choose_s") cell.view_container.borderColor = UIColor(hexStr: "#FD7902").withAlphaComponent(0.28) cell.img_radio.isHidden = false }else{ cell.img_radio.image = UIImage(named: "") cell.view_container.borderColor = UIColor(hexStr: "#ADADAD").withAlphaComponent(0.28) cell.img_radio.isHidden = true } return cell }