无故事王国
2023-09-14 45aebcb160b7a68ad79ad703466e287513f2ae22
WanPai/Root/Activity/VC/ActivitySignupDetailVC.swift
@@ -32,6 +32,8 @@
    @IBOutlet weak var btn_cancel: UIButton!
    @IBOutlet weak var tableView: UITableView!
    @IBOutlet weak var cons_tableHei: NSLayoutConstraint!
   @IBOutlet weak var label_matchStore: UILabel!
   @IBOutlet weak var btn_moreMatchStore: UIButton!
    var activityDetailModel:ActivityDetailModel?{
        didSet{
@@ -107,8 +109,13 @@
        tableView.dataSource = self
      tableView.separatorStyle = .none
        tableView.register(UINib(nibName: "StudentInfo_2_TCell", bundle: nil), forCellReuseIdentifier: "_StudentInfo_2_TCell")
      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 operationAction(_ sender: UIButton) {
        CommonAlertView.show(title: "提示", content: "确认取消吗?取消后相关费用将会退还到原支付账户!") { [weak self]status in