Commit 29bfbe91 authored by Alex朱枝文's avatar Alex朱枝文

改成提交四秒后再匹配

parent 3e48cc3b
...@@ -121,9 +121,10 @@ class YHSurveyMatchingViewController: YHBaseViewController { ...@@ -121,9 +121,10 @@ class YHSurveyMatchingViewController: YHBaseViewController {
// 如果请求未完成,保持90%,等待请求完成 // 如果请求未完成,保持90%,等待请求完成
self.progressView.progress = 0.9 self.progressView.progress = 0.9
} }
self.requestState()
} }
}) })
requestState() //requestState()
} }
private func requestState() { private func requestState() {
......
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