Commit c59f628c by 刘鹏

1.首页模块,登录接入优先一键登录功能

parent a4bf525c
...@@ -9,7 +9,7 @@ ext { ...@@ -9,7 +9,7 @@ ext {
"m-consultant" : "0.0.59.65", "m-consultant" : "0.0.59.65",
"m-fm" : "0.0.30.01", "m-fm" : "0.0.30.01",
"m-user" : "0.0.60.91", "m-user" : "0.0.60.91",
"m-home" : "0.0.22.52", "m-home" : "0.0.22.53",
"m-im" : "0.0.18.34", "m-im" : "0.0.18.34",
"m-dynamic" : "0.0.7.15", "m-dynamic" : "0.0.7.15",
"m-article" : "0.0.0.6", "m-article" : "0.0.0.6",
...@@ -92,7 +92,7 @@ ext { ...@@ -92,7 +92,7 @@ ext {
"m-consultant" : "0.0.59.65", "m-consultant" : "0.0.59.65",
"m-fm" : "0.0.30.01", "m-fm" : "0.0.30.01",
"m-user" : "0.0.60.91", "m-user" : "0.0.60.91",
"m-home" : "0.0.22.52", "m-home" : "0.0.22.53",
"m-im" : "0.0.18.34", "m-im" : "0.0.18.34",
"m-dynamic" : "0.0.7.15", "m-dynamic" : "0.0.7.15",
......
...@@ -74,9 +74,8 @@ open class HomeBaseImpl : IHomeBaseEvent { ...@@ -74,9 +74,8 @@ open class HomeBaseImpl : IHomeBaseEvent {
?: "" ?: ""
) )
if (!ModularServiceManager.provide(IUserService::class.java).isLogin()) { if (!ModularServiceManager.provide(IUserService::class.java).loginByOneKeyLogin(mContext as Context,true)) {
//跳转登录 //跳转登录
jumpToLogin()
return return
} }
if (mContext is AppCompatActivity && !TextUtils.isEmpty(doctorId)) { if (mContext is AppCompatActivity && !TextUtils.isEmpty(doctorId)) {
......
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