fix
无故事王国
2 天以前 2aac1ba6449741aedbf97d75c340719a7b67d7db
WanPai/Root/Other/View/StudentChoose2View.swift
@@ -131,10 +131,10 @@
                        cell.img_radio.image = UIImage(named: selectStudents?.id == viewModel.dataSource.value[indexPath.row].id ? "btn_select" : "btn_select_u")
                        if selectStudents?.id == viewModel.dataSource.value[indexPath.row].id{
                                    cell.view_container.borderColor = UIColor(hexString: "#FD7902")?.withAlphaComponent(0.28)
                                    cell.view_container.jq_borderColor = UIColor(hexString: "#FD7902")?.withAlphaComponent(0.28)
                                    cell.img_radio.isHidden = false
                        }else{
                                    cell.view_container.borderColor = UIColor(hexString: "#ADADAD")?.withAlphaComponent(0.28)
                                    cell.view_container.jq_borderColor = UIColor(hexString: "#ADADAD")?.withAlphaComponent(0.28)
                                    cell.img_radio.isHidden = true
                        }