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