杨锴
2024-08-21 e978b3aa02f00859588949dfdf24778b05fe4adb
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)
            }
}