WanPai/Root/Course/VC/CourseInfoVC.swift
@@ -441,9 +441,9 @@ headerView = UITableViewHeaderFooterView(reuseIdentifier: "header") let contentView = UIView() contentView.borderColor = UIColor(hexStr: "#E7E3E3") contentView.borderWidth = 1 contentView.cornerRadius = 11 contentView.jq_borderColor = UIColor(hexStr: "#E7E3E3") contentView.jq_borderWidth = 1 contentView.jq_cornerRadius = 11 headerView?.contentView.addSubview(contentView) contentView.snp.makeConstraints { make in make.center.equalToSuperview()