Commit 1bc25a30 by 霍志良

feat:倾诉列表导医location17的时候,无导医跳转咨询列表页

parent 240e54df
......@@ -6,7 +6,7 @@ ext {
// -------------- 业务模块 --------------
//第三步 若干
"m-confide" : "0.0.49.08",
"m-consultant" : "0.0.59.76",
"m-consultant" : "0.0.59.77",
"m-fm" : "0.0.30.03",
"m-user" : "0.0.61.30",
"m-home" : "0.0.22.60",
......@@ -89,7 +89,7 @@ ext {
//第三步 若干
"m-confide" : "0.0.49.08",
"m-consultant" : "0.0.59.76",
"m-consultant" : "0.0.59.77",
"m-fm" : "0.0.30.01",
"m-user" : "0.0.61.18",
"m-home" : "0.0.22.54",
......
......@@ -344,7 +344,7 @@ class ConsultAssistantDialogUtils private constructor() {
.subscribeOn(Schedulers.io())
.observeOn(AndroidSchedulers.mainThread())
.subscribe(Consumer {
if (it.data==100L&&(location<=11)){
if (it.data==100L&&(location<=17)){
//跳转咨询tab栏目
if (location==1||location==4||location==6||location==3){
if (activity is ExpertSearchActivity &&!activity.isFinishing){
......
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