XQMuse/Root/Me/CCell/EmptyCCell.swift
@@ -6,6 +6,7 @@ // import UIKit import JQTools class EmptyCCell: UICollectionViewCell { @@ -14,4 +15,7 @@ // Initialization code } @IBAction func needPaymentCourseAction(_ sender: UIButton) { JQ_currentNavigationController().popToRootViewController(animated: true) } }