无故事王国
2024-03-13 919d1d6bb0ec4043ec25b58a492618239ca37529
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
                        }