Commit 2151e585 by 霍志良

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

parents f4cd7960 45cc51bf
...@@ -82,7 +82,6 @@ class RegisterAndLoginActivity : BaseMvpActivity<ILoginContract.View, ILoginCont ...@@ -82,7 +82,6 @@ class RegisterAndLoginActivity : BaseMvpActivity<ILoginContract.View, ILoginCont
companion object { companion object {
private var BIND_PHONE = "bind_phone"//用于判断时候是绑定手机号 private var BIND_PHONE = "bind_phone"//用于判断时候是绑定手机号
private var IS_FROM_GUIDE = "isFromGuide"//是否来自启动页 private var IS_FROM_GUIDE = "isFromGuide"//是否来自启动页
private var IS_FROM_ACCOUNT_SET = "isFromAccountSet"// 是否来自设置页
var REQUEST_CODE_COUNTRY = 1024 var REQUEST_CODE_COUNTRY = 1024
fun start(context: Context) { fun start(context: Context) {
start(context, false) start(context, false)
......
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