Toggle navigation
Toggle navigation
This project
Loading...
Sign in
YOHOBUY
/
yohobuy-union
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
mingdan.ge
2018-09-17 11:48:40 +0800
Commit
3dcdd761a56cf0f6a699c6d2ce49a0bf48aeb78a
1 parent
4510dee2
达人头像为空
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
common/src/main/java/com/yoho/unions/utils/ImagesHelper.java
common/src/main/java/com/yoho/unions/utils/ImagesHelper.java
View file @
3dcdd76
...
...
@@ -80,7 +80,7 @@ public class ImagesHelper {
*
*/
public
static
String
getHeadImageUrl
(
String
url
)
{
if
(
url
==
null
)
{
if
(
StringUtils
.
isBlank
(
url
)
)
{
return
null
;
}
return
url
+
"?imageView2/{mode}/w/{width}/h/{height}"
;
...
...
Please
register
or
login
to post a comment