Commit f7b1fa30 authored by Steven杜宇's avatar Steven杜宇

// 人脉雷达

parent c382b0f8
......@@ -459,6 +459,7 @@ extension YHMatchResultListViewController: DragCardDelegate {
DispatchQueue.main.asyncAfter(deadline: .now()+0.5, execute: {
self.noDataView.isHidden = false
self.noDataView.titleLabel.text = "本轮智能匹配人脉已到底~"
self.view.bringSubviewToFront(self.noDataView)
self.rematchBtn.isHidden = false
self.changeBtn.isHidden = true
self.myCardBtn.isHidden = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment