fix
younger_times
2023-07-28 1639e83c543ea728592570bfa824702e0dca1d63
WanPai/Root/Course/VC/CourseDetailApplyVC.swift
@@ -79,6 +79,7 @@
        collectionView.register(UINib(nibName: "Common_1_CCell", bundle: nil), forCellWithReuseIdentifier: "_Common_1_CCell")
        
        studentTableView.dataSource = self
        studentTableView.separatorStyle = .none
        studentTableView.register(UINib(nibName: "StudentInfoTCell", bundle: nil), forCellReuseIdentifier: "_StudentInfoTCell")
        
        btn_addStudent.imagePosition = .right