Commit 585a0570 by YKai

Merge remote-tracking branch 'origin/4.1.64' into 4.1.64

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