Commit 8c56d315 by 刘鹏

feat : 咨询师去掉专家主页

parent 6cf9c5c9
......@@ -10,7 +10,7 @@ ext {
"m-fm" : "0.0.30.03",
"m-user" : "0.0.61.68",
"m-home" : "0.0.22.70",
"m-im" : "0.0.19.89",
"m-im" : "0.0.19.90",
"m-dynamic" : "0.0.7.28",
"m-article" : "0.0.0.10",
......@@ -93,7 +93,7 @@ ext {
"m-fm" : "0.0.30.01",
"m-user" : "0.0.61.68",
"m-home" : "0.0.22.70",
"m-im" : "0.0.19.89",
"m-im" : "0.0.19.90",
"m-dynamic" : "0.0.7.28",
"m-article" : "0.0.0.8",
......
......@@ -620,9 +620,9 @@ public class P2PCustomActionHandlerImpl implements IP2PCustomActionHandler {
if (userType == 1) {
list.add("ta的主页");
}
if (userType == 2) {
list.add("访问专家主页");
}
// if (userType == 2) {
// list.add("访问专家主页");
// }
list.add("历史聊天记录");
list.add("删除聊天记录");
}
......@@ -646,7 +646,7 @@ public class P2PCustomActionHandlerImpl implements IP2PCustomActionHandler {
showCallDialog();
break;
case "访问专家主页":
skip2ExpertHome();
// skip2ExpertHome();
break;
case "历史聊天记录":
historyMsg();
......
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