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
8276c51b
Commit
8276c51b
authored
Mar 04, 2021
by
霍志良
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:
parent
ab4d5b66
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
config.gradle
config.gradle
+4
-4
TrendsListAdapter.java
m-dynamic/src/main/java/com/yidianling/dynamic/trendList/adapter/TrendsListAdapter.java
+1
-0
No files found.
config.gradle
View file @
8276c51b
...
@@ -11,12 +11,12 @@ ext {
...
@@ -11,12 +11,12 @@ ext {
"m-user"
:
"0.0.61.04"
,
"m-user"
:
"0.0.61.04"
,
"m-home"
:
"0.0.22.54"
,
"m-home"
:
"0.0.22.54"
,
"m-im"
:
"0.0.18.35"
,
"m-im"
:
"0.0.18.35"
,
"m-dynamic"
:
"0.0.7.1
7
"
,
"m-dynamic"
:
"0.0.7.1
9
"
,
"m-article"
:
"0.0.0.6"
,
"m-article"
:
"0.0.0.6"
,
"m-muse"
:
"0.0.28.20"
,
"m-muse"
:
"0.0.28.20"
,
"m-tests"
:
"0.0.24.10"
,
"m-tests"
:
"0.0.24.10"
,
"m-course"
:
"0.0.42.1
7
"
,
"m-course"
:
"0.0.42.1
9
"
,
//-------------- 业务模块 API 层 --------------
//-------------- 业务模块 API 层 --------------
"m-audioim-api"
:
"0.0.6"
,
"m-audioim-api"
:
"0.0.6"
,
...
@@ -94,11 +94,11 @@ ext {
...
@@ -94,11 +94,11 @@ ext {
"m-user"
:
"0.0.61.04"
,
"m-user"
:
"0.0.61.04"
,
"m-home"
:
"0.0.22.54"
,
"m-home"
:
"0.0.22.54"
,
"m-im"
:
"0.0.18.34"
,
"m-im"
:
"0.0.18.34"
,
"m-dynamic"
:
"0.0.7.1
7
"
,
"m-dynamic"
:
"0.0.7.1
9
"
,
"m-muse"
:
"0.0.20.7"
,
"m-muse"
:
"0.0.20.7"
,
"m-tests"
:
"0.0.24.9"
,
"m-tests"
:
"0.0.24.9"
,
"m-course"
:
"0.0.42.1
7
"
,
"m-course"
:
"0.0.42.1
9
"
,
//-------------- 业务模块 API 层 --------------
//-------------- 业务模块 API 层 --------------
"m-audioim-api"
:
"0.0.6"
,
"m-audioim-api"
:
"0.0.6"
,
"m-confide-api"
:
"0.0.2.1"
,
"m-confide-api"
:
"0.0.2.1"
,
...
...
m-dynamic/src/main/java/com/yidianling/dynamic/trendList/adapter/TrendsListAdapter.java
View file @
8276c51b
...
@@ -252,6 +252,7 @@ public class TrendsListAdapter extends RecyclerView.Adapter<BaseViewHolder> {
...
@@ -252,6 +252,7 @@ public class TrendsListAdapter extends RecyclerView.Adapter<BaseViewHolder> {
if
(
trend
.
comments
!=
null
){
if
(
trend
.
comments
!=
null
){
showCommentsPart
(
holder
,
trend
);
showCommentsPart
(
holder
,
trend
);
}
}
LogUtil
.
d
(
"head: "
+
trend
.
avatar
+
" pos:"
+
position
);
LogUtil
.
d
(
"head: "
+
trend
.
avatar
+
" pos:"
+
position
);
LogUtil
.
d
(
"time: "
+
trend
.
timeStr
+
" source: "
+
trend
.
from
);
LogUtil
.
d
(
"time: "
+
trend
.
timeStr
+
" source: "
+
trend
.
from
);
...
...
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