From 63f7ed967433acee3ae8764c7a077e15c29c41f2 Mon Sep 17 00:00:00 2001 From: 杨锴 <841720330@qq.com> Date: 星期三, 06 十一月 2024 21:17:19 +0800 Subject: [PATCH] fix bug --- XQMuse/Root/Course/TCell/CourseDetail_1_TCell.swift | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/XQMuse/Root/Course/TCell/CourseDetail_1_TCell.swift b/XQMuse/Root/Course/TCell/CourseDetail_1_TCell.swift index af7b5e0..7a29358 100644 --- a/XQMuse/Root/Course/TCell/CourseDetail_1_TCell.swift +++ b/XQMuse/Root/Course/TCell/CourseDetail_1_TCell.swift @@ -14,8 +14,7 @@ @IBOutlet weak var label_title: UILabel! @IBOutlet weak var webView: WKWebView! @IBOutlet weak var cons_webHei: NSLayoutConstraint! - - private var disposeBag = DisposeBag() + override func awakeFromNib() { super.awakeFromNib() @@ -25,7 +24,6 @@ webView.scrollView.isScrollEnabled = false webView.scrollView.backgroundColor = .clear webView.isOpaque = false - } -- Gitblit v1.7.1