Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
Plain Diff
Browse Files
Authored by
杨延青
2019-01-10 16:32:55 +0800
Commit
f3a6ff54675af229d98e361b9014b4b6b414264e
2 parents
b90d2841
927ad2bc
Merge branch 'feature/yoluckShare' into 'release/0110'
thumb handle See merge request
!1662
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
apps/activity/models/yoluck-service.js
apps/activity/models/yoluck-service.js
View file @
f3a6ff5
...
...
@@ -478,6 +478,9 @@ class YoLuckService extends global.yoho.BaseModel {
if
(
value
.
user_thumb
.
indexOf
(
'headimg'
)
>
0
)
{
value
.
user_thumb
=
nearAvatar
;
}
else
{
if
(
value
.
user_thumb
.
indexOf
(
'?'
)
>
0
)
{
value
.
user_thumb
=
_
.
split
(
value
.
user_thumb
,
'?'
)[
0
]
+
'?imageView2/2/w/70/h/70/q/60'
;
}
nearAvatar
=
value
.
user_thumb
;
}
...
...
Please
register
or
login
to post a comment