无故事王国
2023-09-14 45aebcb160b7a68ad79ad703466e287513f2ae22
WanPai/Root/Activity/VC/ActivityDetailApplyVC.swift
@@ -31,6 +31,8 @@
    @IBOutlet weak var tableView: UITableView!
    @IBOutlet weak var btn_addStudent: QMUIButton!
    @IBOutlet weak var cons_tableHei: NSLayoutConstraint!
   @IBOutlet weak var label_matchStore: UILabel!
   @IBOutlet weak var btn_moreMatchStore: UIButton!
    private lazy var bannerView:CommonBannerView = {
        let v = CommonBannerView()
@@ -88,6 +90,13 @@
        view_banner.addSubview(bannerView)
        bannerView.frame = CGRect(x: 0, y: 0, width: JQ_ScreenW, height: JQ_ScreenW * 0.56)
      let moreBtnAttributeding = AttributedStringbuilder.build().add(string: "查看更多", withFont: UIFont.systemFont(ofSize: 12, weight: .medium), withColor: Def_ThemeColor).underLine(color: Def_ThemeColor).mutableAttributedString
      btn_moreMatchStore.setAttributedTitle(moreBtnAttributeding, for: .normal)
    }
   @IBAction func matchStoreAction(_ sender: UIButton) {
      AgreentView.show(type: .matchStore, content: "-------------")
    }
    
    @IBAction func addStudentAction(_ sender: QMUIButton) {