Commit b9de8410 by 霍志良

feat:修改文案

parent 921f504f
...@@ -10,7 +10,7 @@ ext { ...@@ -10,7 +10,7 @@ ext {
"m-fm" : "0.0.30.03", "m-fm" : "0.0.30.03",
"m-user" : "0.0.61.88", "m-user" : "0.0.61.88",
"m-home" : "0.0.22.70", "m-home" : "0.0.22.70",
"m-im" : "0.0.20.62", "m-im" : "0.0.20.63",
"m-dynamic" : "0.0.7.28", "m-dynamic" : "0.0.7.28",
"m-article" : "0.0.0.10", "m-article" : "0.0.0.10",
...@@ -94,7 +94,7 @@ ext { ...@@ -94,7 +94,7 @@ ext {
"m-fm" : "0.0.30.01", "m-fm" : "0.0.30.01",
"m-user" : "0.0.61.88", "m-user" : "0.0.61.88",
"m-home" : "0.0.22.70", "m-home" : "0.0.22.70",
"m-im" : "0.0.20.62", "m-im" : "0.0.20.63",
"m-dynamic" : "0.0.7.28", "m-dynamic" : "0.0.7.28",
"m-article" : "0.0.0.8", "m-article" : "0.0.0.8",
......
...@@ -608,7 +608,7 @@ public class P2PCustomActionHandlerImpl implements IP2PCustomActionHandler { ...@@ -608,7 +608,7 @@ public class P2PCustomActionHandlerImpl implements IP2PCustomActionHandler {
} }
List<String> list = new ArrayList<>(); List<String> list = new ArrayList<>();
if (ImConstants.KEFUXIAOYI.equals(toChatUsername) || "4108805".equals(toChatUsername)) { if (ImConstants.KEFUXIAOYI.equals(toChatUsername) || "4108805".equals(toChatUsername)) {
list.add("历史聊天记录"); // list.add("历史聊天记录");
list.add("客服热线"); list.add("客服热线");
} else { } else {
list.add("投诉反馈"); list.add("投诉反馈");
...@@ -623,7 +623,7 @@ public class P2PCustomActionHandlerImpl implements IP2PCustomActionHandler { ...@@ -623,7 +623,7 @@ public class P2PCustomActionHandlerImpl implements IP2PCustomActionHandler {
// if (userType == 2) { // if (userType == 2) {
// list.add("访问专家主页"); // list.add("访问专家主页");
// } // }
list.add("历史聊天记录"); // list.add("历史聊天记录");
list.add("删除聊天记录"); list.add("删除聊天记录");
} }
ListDialog.Builder dialog = new ListDialog.Builder(mActivity, list, 0); ListDialog.Builder dialog = new ListDialog.Builder(mActivity, list, 0);
......
...@@ -267,7 +267,7 @@ ...@@ -267,7 +267,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:gravity="center_horizontal" android:gravity="center_horizontal"
android:text="、家庭签约" android:text=""
android:textColor="@color/medical_color_8595a9" android:textColor="@color/medical_color_8595a9"
android:textSize="12sp" android:textSize="12sp"
app:layout_constraintBaseline_toBaselineOf="@id/text_left" app:layout_constraintBaseline_toBaselineOf="@id/text_left"
......
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