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
7cebf35f
Commit
7cebf35f
authored
Jul 20, 2022
by
刘鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:倾诉人次改成服务人次(徐总)
parent
02a13305
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ItemIntroHolder.kt
m-confide/src/main/java/com/ydl/confide/intro/ItemIntroHolder.kt
+1
-1
confide_recommend_view_new.xml
m-confide/src/main/res/layout/confide_recommend_view_new.xml
+1
-1
home_confide_item_layout.xml
m-home/src/ydl/res/layout/home_confide_item_layout.xml
+1
-1
No files found.
m-confide/src/main/java/com/ydl/confide/intro/ItemIntroHolder.kt
View file @
7cebf35f
...
...
@@ -433,7 +433,7 @@ internal fun VideoViewModel.mapOf(bean: ConfideHomeBodyBean): VideoViewModel {
avatar
.
set
(
bean
.
confidedIcon
)
linkedUrl
.
set
(
bean
.
linkUrl
)
val
num
=
bean
.
confideNum
?.
replace
(
"人"
,
""
)
?:
"0"
count
.
set
(
"
倾诉
人次 $num"
)
count
.
set
(
"
服务
人次 $num"
)
intro
.
set
(
bean
.
confideContent
)
title
.
set
(
bean
.
title
)
val
sb
=
StringBuilder
()
...
...
m-confide/src/main/res/layout/confide_recommend_view_new.xml
View file @
7cebf35f
...
...
@@ -116,7 +116,7 @@
android:layout_height=
"wrap_content"
android:textSize=
"@dimen/platform_sp_12"
android:textColor=
"#69696A"
android:text=
"
倾诉
人次"
android:text=
"
服务
人次"
/>
</LinearLayout>
<LinearLayout
...
...
m-home/src/ydl/res/layout/home_confide_item_layout.xml
View file @
7cebf35f
...
...
@@ -121,7 +121,7 @@
android:layout_height=
"wrap_content"
android:textSize=
"@dimen/platform_sp_12"
android:textColor=
"#69696A"
android:text=
"
倾诉
人次"
android:text=
"
服务
人次"
/>
</LinearLayout>
<LinearLayout
...
...
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