Commit 478d71ea by 霍志良

feat:心理咨询首页全部分类跳转咨询列表页

parent ac4847a3
......@@ -9,7 +9,7 @@ ext {
"m-consultant" : "0.0.59.79",
"m-fm" : "0.0.30.03",
"m-user" : "0.0.61.37",
"m-home" : "0.0.22.64",
"m-home" : "0.0.22.65",
"m-im" : "0.0.19.20",
"m-dynamic" : "0.0.7.22",
"m-article" : "0.0.0.8",
......@@ -92,7 +92,7 @@ ext {
"m-consultant" : "0.0.59.79",
"m-fm" : "0.0.30.01",
"m-user" : "0.0.61.37",
"m-home" : "0.0.22.64",
"m-home" : "0.0.22.65",
"m-im" : "0.0.19.20",
"m-dynamic" : "0.0.7.22",
"m-article" : "0.0.0.8",
......
......@@ -236,13 +236,15 @@ open class HomeBaseImpl : IHomeBaseEvent {
data.url = data.url!!.substring(0, data.url!!.length - 1)
}
if ("全部类别" == data.cateTitle || "全部分类" == data.cateTitle) {
YDLRouterManager.router(
/*YDLRouterManager.router(
IYDLRouterConstant.ROUTER_H5_H5,
YDLRouterParams().putExtra(
IYDLRouterConstant.EXTRA_URL,
HttpConfig.H5_URL + "experts/cates"
)
)
)*/
//因心理咨询迁移新系统,跳转咨询列表页
EventBus.getDefault().post(HomeModuleTabEvent(2))
} else {
//跳转咨询频道页 服务入口
YDLRouterManager.router(
......
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