WanPai/Root/Course/VC/CourseOnlineListVC.swift
@@ -76,6 +76,7 @@ collectionView.register(UINib(nibName: "CourseOnlineHeadView", bundle: nil), forSupplementaryViewOfKind: UICollectionView.elementKindSectionHeader, withReuseIdentifier: "_CourseOnlineHeadView") collectionView.delegate = self collectionView.dataSource = self collectionView.backgroundColor = .white let insertH = JQ_ScreenW * 0.564 + 57 collectionView.contentInset = UIEdgeInsets(top: insertH, left: 14, bottom: 14, right: 14)