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

尝试一下

parent 1d7e04c2
...@@ -94,6 +94,7 @@ class YHCodeSueecssViewController: YHBaseViewController { ...@@ -94,6 +94,7 @@ class YHCodeSueecssViewController: YHBaseViewController {
view.complete = { [weak self] code in view.complete = { [weak self] code in
guard let self = self else { return } guard let self = self else { return }
if let phone = self.phoneNumber { if let phone = self.phoneNumber {
let newDic = ["op_type": "input_code"] let newDic = ["op_type": "input_code"]
YHAliYunLogManager.shared.addModuleName(.networkDataType, remark: newDic) YHAliYunLogManager.shared.addModuleName(.networkDataType, remark: newDic)
......
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