Commit 1db8c41e authored by DavidHuang's avatar DavidHuang

。。。

parent bba36282
...@@ -16,8 +16,10 @@ import Photos ...@@ -16,8 +16,10 @@ import Photos
*/ */
class YHH5WebViewVC: YHBaseViewController, WKUIDelegate, WKNavigationDelegate { class YHH5WebViewVC: YHBaseViewController, WKUIDelegate, WKNavigationDelegate {
let manager = YHAIRequestManager() lazy var manager : YHAIRequestManager = {
return YHAIRequestManager()
}()
// 测评结果回调 // 测评结果回调
var evaluationResultCallback:((Dictionary<String, Any>)->())? var evaluationResultCallback:((Dictionary<String, Any>)->())?
......
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