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
梁志锋
9 years ago
Commit
1e21df25f2e95094466065cad1b54535bccc25a5
1 parent
192da316
修改图片尺寸问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/WebPlugin/DataProcess/Process.php
library/WebPlugin/DataProcess/Process.php
View file @
1e21df2
...
...
@@ -65,7 +65,7 @@ class Process
}
$len
=
count
(
$data
[
'menuNav'
][
'blocks'
]);
foreach
(
$data
[
'menuNav'
][
'blocks'
]
as
$key
=>
$val
)
{
$val
[
'img'
]
=
Images
::
getImageUrl
(
$val
[
'img'
],
185
,
76
,
1
);
$val
[
'img'
]
=
Images
::
getImageUrl
(
$val
[
'img'
],
185
,
152
,
1
);
$val
[
'url'
]
=
Helpers
::
transUrl
(
$val
[
'url'
],
$type
);
$temp
[
'tplrecommend'
][
'keyword'
][]
=
array
(
'href'
=>
Helpers
::
getUrlSafe
(
$val
[
'url'
]),
...
...
Please
register
or
login
to post a comment