无故事王国
2023-12-22 c490a22b7cf6949a0b45eb8ee732bace1c023eeb
WanPai/Root/Course/VC/CourseOnlineListVC.swift
@@ -99,7 +99,7 @@
        collectionView.delegate = self
        collectionView.dataSource = self
      collectionView.backgroundColor = .white
      collectionView.contentInset = UIEdgeInsets(top: 0, left: 14, bottom: 14, right: 14)
      collectionView.contentInset = UIEdgeInsets(top: JQ_ScreenW * 0.564 + 57, left: 14, bottom: 14, right: 14)
        view.addSubview(collectionView)
        collectionView.snp.makeConstraints { make in