Commit 664cc57b authored by David黄金龙's avatar David黄金龙
parents e2be2467 66ca73b0
......@@ -260,7 +260,9 @@ extension YHMatchUserViewController {
let vc = YHMatchResultListViewController()
vc.delegate = self
vc.matchUsersArr = self.viewModel.matchUserArr
self.navigationController?.pushViewController(vc)
self.navigationController?.pushViewController(vc, completion: {
self.resetAnimation()
})
} else {
var msg = "匹配失败"
......@@ -268,8 +270,8 @@ extension YHMatchUserViewController {
msg = errorMsg
}
YHHUD.flash(message: msg)
self.resetAnimation()
}
self.resetAnimation()
}
}
......
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