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

添加提示

parent c505f83c
......@@ -33,6 +33,7 @@ extension YHLoginViewModel {
callBackBlock(true,nil)
} else {
if json.code == 106010006 {
YHHUD.flash(message: "验证码已下发,请查看")
callBackBlock(true,nil)
} else {
let error : YHErrorModel = YHErrorModel(errorCode:Int32(json.code),errorMsg: json.msg)
......
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