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
whb
9 years ago
Commit
70d872775393cec94e476586aca2fda29d856b65
1 parent
62f1c1d8
首页数学问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
library/WebPlugin/DataProcess/Process.php
library/WebPlugin/DataProcess/Process.php
View file @
70d8727
...
...
@@ -367,12 +367,12 @@ class Process
$result
[
'singlehot'
][
'name'
]
=
$data
[
$key
][
'data'
][
'text'
];
$len
=
10
;
// small_pic
foreach
(
$data
[
$key
+
1
][
'data'
]
as
&
$val
)
{
$val
[
'src'
]
=
Images
::
getImageUrl
(
$val
[
'src'
],
378
,
248
,
1
);
foreach
(
$data
[
$key
+
1
][
'data'
]
as
&
$val1
)
{
$val1
[
'src'
]
=
Images
::
getImageUrl
(
$val1
[
'src'
],
378
,
248
,
1
);
}
//floor
foreach
(
$data
[
$key
+
2
][
'data'
]
as
&
$val
)
{
$val
[
'src'
]
=
Images
::
getImageUrl
(
$val
[
'src'
],
185
,
248
,
1
);
foreach
(
$data
[
$key
+
2
][
'data'
]
as
&
$val2
)
{
$val2
[
'src'
]
=
Images
::
getImageUrl
(
$val2
[
'src'
],
185
,
248
,
1
);
}
for
(
$i
=
0
;
$i
<
$len
;
$i
++
)
{
$pos
=
$i
;
...
...
@@ -386,7 +386,7 @@ class Process
}
$val
=
$data
[
$key
+
2
][
'data'
][
$pos
];
}
$result
[
'singlehot'
][
'imgHot'
][]
=
array
(
'href'
=>
$val
[
'url'
],
'img'
=>
$val
[
'src'
],
...
...
Please
register
or
login
to post a comment