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

bug修复

parent c3ded75c
...@@ -392,7 +392,7 @@ extension YHMatchResultListViewController: DragCardDataSource { ...@@ -392,7 +392,7 @@ extension YHMatchResultListViewController: DragCardDataSource {
success, error in success, error in
YHHUD.hide() YHHUD.hide()
if success { if success {
YHHUD.flash(message: "已发送好友申请") YHHUD.flash(message: "已发送申请,继续查看更多人脉吧~")
cardView.bottomBtn.setTitle("已发送好友申请", for: .normal) cardView.bottomBtn.setTitle("已发送好友申请", for: .normal)
cardView.bottomBtn.backgroundColor = .brandMainColor30 cardView.bottomBtn.backgroundColor = .brandMainColor30
cardView.bottomBtn.isUserInteractionEnabled = false cardView.bottomBtn.isUserInteractionEnabled = false
......
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