Commit 907c0592 by 霍志良

feat:验证码增加toast

parent d0225c89
......@@ -141,6 +141,8 @@ class VerificationCodePresenterImpl(view: IVerificationCodeContract.View) : Base
.doAfterTerminate { mView.showLoading(false) }
.subscribe({
if (it.data != null) {
//登录成功后toast提示
ToastUtil.toastShort("验证成功")
//验证码登录成功后清空本地保存时间
YDLCacheUtils.saveCodeTime(phone, "")
......
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