Commit 1dd2c968 authored by Steven杜宇's avatar Steven杜宇

Merge branch '630-dev' of http://gitlab.galaxy-immi.com/mobile-group/galaxy-iOS into 630-dev

parents ae4d7eb1 9d138a2b
......@@ -96,9 +96,15 @@ class YHMatchUserViewController: YHBaseViewController {
self.bottomBtn.setTitle("AI人脉雷达匹配", for: .normal)
}
}
viewModel.requestUserAuthorization { success, error in }
} else {
self.firstImageView.isHidden = false
self.bottomLabel.isHidden = false
self.headLottieView.isHidden = true
self.launchLottieView.isHidden = true
self.rotateLottieView.isHidden = true
self.bottomBtn.setTitle("开启AI人脉雷达", for: .normal)
}
viewModel.requestUserAuthorization { success, error in }
}
func createUI() {
......
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