Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YDL-Component-Medical
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨凯
YDL-Component-Medical
Commits
b9de8410
Commit
b9de8410
authored
Dec 02, 2021
by
霍志良
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:修改文案
parent
921f504f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
config.gradle
config.gradle
+2
-2
P2PCustomActionHandlerImpl.java
m-im/src/main/java/com/yidianling/im/bridge/P2PCustomActionHandlerImpl.java
+2
-2
medical_graphic_consultation_flow2.xml
m-im/src/main/res/layout/medical_graphic_consultation_flow2.xml
+1
-1
No files found.
config.gradle
View file @
b9de8410
...
...
@@ -10,7 +10,7 @@ ext {
"m-fm"
:
"0.0.30.03"
,
"m-user"
:
"0.0.61.88"
,
"m-home"
:
"0.0.22.70"
,
"m-im"
:
"0.0.20.6
2
"
,
"m-im"
:
"0.0.20.6
3
"
,
"m-dynamic"
:
"0.0.7.28"
,
"m-article"
:
"0.0.0.10"
,
...
...
@@ -94,7 +94,7 @@ ext {
"m-fm"
:
"0.0.30.01"
,
"m-user"
:
"0.0.61.88"
,
"m-home"
:
"0.0.22.70"
,
"m-im"
:
"0.0.20.6
2
"
,
"m-im"
:
"0.0.20.6
3
"
,
"m-dynamic"
:
"0.0.7.28"
,
"m-article"
:
"0.0.0.8"
,
...
...
m-im/src/main/java/com/yidianling/im/bridge/P2PCustomActionHandlerImpl.java
View file @
b9de8410
...
...
@@ -608,7 +608,7 @@ public class P2PCustomActionHandlerImpl implements IP2PCustomActionHandler {
}
List
<
String
>
list
=
new
ArrayList
<>();
if
(
ImConstants
.
KEFUXIAOYI
.
equals
(
toChatUsername
)
||
"4108805"
.
equals
(
toChatUsername
))
{
list
.
add
(
"历史聊天记录"
);
//
list.add("历史聊天记录");
list
.
add
(
"客服热线"
);
}
else
{
list
.
add
(
"投诉反馈"
);
...
...
@@ -623,7 +623,7 @@ public class P2PCustomActionHandlerImpl implements IP2PCustomActionHandler {
// if (userType == 2) {
// list.add("访问专家主页");
// }
list
.
add
(
"历史聊天记录"
);
//
list.add("历史聊天记录");
list
.
add
(
"删除聊天记录"
);
}
ListDialog
.
Builder
dialog
=
new
ListDialog
.
Builder
(
mActivity
,
list
,
0
);
...
...
m-im/src/main/res/layout/medical_graphic_consultation_flow2.xml
View file @
b9de8410
...
...
@@ -267,7 +267,7 @@
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:gravity=
"center_horizontal"
android:text=
"
、家庭签约
"
android:text=
""
android:textColor=
"@color/medical_color_8595a9"
android:textSize=
"12sp"
app:layout_constraintBaseline_toBaselineOf=
"@id/text_left"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment