From 2aac1ba6449741aedbf97d75c340719a7b67d7db Mon Sep 17 00:00:00 2001
From: 无故事王国 <841720330@qq.com>
Date: 星期四, 07 八月 2025 21:12:23 +0800
Subject: [PATCH] fix

---
 WanPai/Root/Course/VC/CourseInfoVC.swift |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/WanPai/Root/Course/VC/CourseInfoVC.swift b/WanPai/Root/Course/VC/CourseInfoVC.swift
index 120f5bf..d179016 100644
--- a/WanPai/Root/Course/VC/CourseInfoVC.swift
+++ b/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()

--
Gitblit v1.7.1