Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Rock Zhang
9 years ago
Commit
15bf89090363550e82f09e97f76a9f8e7c180db7
1 parent
5ba0b492
去除意见反馈图片的处理逻辑
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/models/Index/User.php
yohobuy/m.yohobuy.com/application/models/Index/User.php
View file @
15bf890
...
...
@@ -566,7 +566,7 @@ class UserModel
foreach
(
$suggest
[
'data'
][
'list'
]
as
$val
)
{
$one
=
array
();
$one
[
'suggest_id'
]
=
$val
[
'id'
];
$one
[
'imgUrl'
]
=
!
empty
(
$val
[
'cover_image'
])
?
Images
::
getSourceUrl
(
$val
[
'cover_image'
],
'suggest'
)
.
'?imageMogr2/thumbnail/320x155/extent/240x155/background/d2hpdGU=/position/center/quality/90'
:
''
;
$one
[
'imgUrl'
]
=
!
empty
(
$val
[
'cover_image'
])
?
Images
::
getSourceUrl
(
$val
[
'cover_image'
],
'suggest'
)
:
''
;
$one
[
'title'
]
=
$val
[
'filter_content'
];
$one
[
'content'
]
=
$val
[
'reply_content'
];
$one
[
'good'
]
=
(
$val
[
'is_reliable'
]
==
1
);
...
...
Please
register
or
login
to post a comment