Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
Rock Zhang
2016-01-11 14:50:42 +0800
Commit
3c7efef7ff80c8536beb9133d1ca3bf82a155bbc
1 parent
e661b2f6
修改首页一行两张小图模块的图片大小
Code Review By Rock Zhang
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/Plugin/DataProcess/FloorProcess.php
library/Plugin/DataProcess/FloorProcess.php
View file @
3c7efef
...
...
@@ -385,7 +385,7 @@ class FloorProcess
if
(
isset
(
$one
[
'url'
]))
{
$one
[
'url'
]
=
Helpers
::
getFilterUrl
(
$one
[
'url'
]);
}
$one
[
'img'
]
=
Helpers
::
getImageUrl
(
$one
[
'src'
],
98
,
98
);
$one
[
'img'
]
=
Helpers
::
getImageUrl
(
$one
[
'src'
],
275
,
160
);
unset
(
$one
[
'src'
]);
}
if
(
!
empty
(
$data
))
{
...
...
Please
register
or
login
to post a comment