Commit bb5420c5 authored by pete谢兆麟's avatar pete谢兆麟

文案修改

parent 6212c5b6
...@@ -84,12 +84,14 @@ class YHMatchUserViewController: YHBaseViewController { ...@@ -84,12 +84,14 @@ class YHMatchUserViewController: YHBaseViewController {
self.headLottieView.isHidden = true self.headLottieView.isHidden = true
self.launchLottieView.isHidden = true self.launchLottieView.isHidden = true
self.rotateLottieView.isHidden = true self.rotateLottieView.isHidden = true
self.bottomBtn.setTitle("开启AI人脉雷达", for: .normal)
} else { } else {
self.firstImageView.isHidden = true self.firstImageView.isHidden = true
self.bottomLabel.isHidden = true self.bottomLabel.isHidden = true
self.headLottieView.isHidden = false self.headLottieView.isHidden = false
self.launchLottieView.isHidden = false self.launchLottieView.isHidden = false
self.rotateLottieView.isHidden = true self.rotateLottieView.isHidden = true
self.bottomBtn.setTitle("AI人脉雷达匹配", for: .normal)
} }
} }
viewModel.requestUserAuthorization { success, error in } viewModel.requestUserAuthorization { success, error in }
......
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