Commit e0bc9690 by 霍志良

feat:添加登录页面

parent 39670119
......@@ -296,7 +296,7 @@ class RegisterAndLoginActivity : BaseMvpActivity<ILoginContract.View, ILoginCont
}
setCountryIcon(countryCode)
if (et_phone_number.text.length > 0) {
if (et_phone_number.text.toString().isNotEmpty()) {
ll_next.isEnabled = true
ll_next.background = ContextCompat.getDrawable(this, R.drawable.bg_one_click_login)
}
......
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