Commit 9d138a2b authored by pete谢兆麟's avatar pete谢兆麟

未登录不请求任何配置接口

parent 12eed2c0
......@@ -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)
}
}
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