Robert
1 天以前 d23fce7c9da9f47cb4bb4630c3b428b12ce1c7eb
WanPai/Common/View/WorldCupListRankView.swift
@@ -78,6 +78,14 @@
        alertView.tabview.reloadData()
    }
    
    @IBAction func dimissAction(_ sender: Any) {
        UIView.animate(withDuration: 0.4) {
            self.alpha = 0
            self.layoutIfNeeded()
        } completion: { _ in
            self.removeFromSuperview()
        }
    }
    @IBAction func sureAction(_ sender: Any) {
        if dataSoure?.count == 0 {
            return