Commit 913787af by 霍志良

feat:新用户注册 "您是哪年出生的"--退出--确定接口增加异常Toast

parent ba08e0e0
...@@ -8,7 +8,7 @@ ext { ...@@ -8,7 +8,7 @@ ext {
"m-confide" : "0.0.48.77", "m-confide" : "0.0.48.77",
"m-consultant" : "0.0.59.36", "m-consultant" : "0.0.59.36",
"m-fm" : "0.0.30.00", "m-fm" : "0.0.30.00",
"m-user" : "0.0.60.30", "m-user" : "0.0.60.31",
"m-home" : "0.0.22.33", "m-home" : "0.0.22.33",
"m-im" : "0.0.18.23", "m-im" : "0.0.18.23",
"m-dynamic" : "0.0.7.13", "m-dynamic" : "0.0.7.13",
...@@ -92,7 +92,7 @@ ext { ...@@ -92,7 +92,7 @@ ext {
"m-confide" : "0.0.41.6", "m-confide" : "0.0.41.6",
"m-consultant" : "0.0.51.16", "m-consultant" : "0.0.51.16",
"m-fm" : "0.0.23.5", "m-fm" : "0.0.23.5",
"m-user" : "0.0.41.9", "m-user" : "0.0.41.10",
"m-home" : "0.0.6.28", "m-home" : "0.0.6.28",
"m-im" : "0.0.3.14", "m-im" : "0.0.3.14",
"m-dynamic" : "0.0.1.7", "m-dynamic" : "0.0.1.7",
......
...@@ -198,6 +198,7 @@ class CollectSexAndBirthActivity : BaseActivity() { ...@@ -198,6 +198,7 @@ class CollectSexAndBirthActivity : BaseActivity() {
finish() finish()
} }
}, { }, {
ToastUtil.toastShort(it.message)
}) })
} }
......
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