Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
Email Patches
Plain Diff
Browse Files
Authored by
whb
2016-01-07 11:38:57 +0800
Commit
989115ba2a80bdcae3f0223f0e88bc227c88a172
1 parent
aed46b9a
girls slider 修改bgcolor
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
library/Plugin/DataProcess/WebChannel/Process.php
template/www.yohobuy.com/actions/index/girls/index.phtml
library/Plugin/DataProcess/WebChannel/Process.php
View file @
989115b
...
...
@@ -122,7 +122,8 @@ class Process
$val
[
'url'
]
=
Helpers
::
transUrl
(
$val
[
'url'
],
$type
);
$temp
[]
=
array
(
'href'
=>
$val
[
'url'
],
'img'
=>
$val
[
'src'
]
'img'
=>
$val
[
'src'
],
'bgColor'
=>
$val
[
'bgColor'
]
);
}
$result
[
'slide'
][
'list'
]
=
$temp
;
...
...
template/www.yohobuy.com/actions/index/girls/index.phtml
View file @
989115b
...
...
@@ -4,6 +4,9 @@
{
{#
girls
}
}
{
{!
头部banner
}
}
{
{#
slide
}
}
{
{>index/slide-banner
}
}
{
{/
slide
}
}
{
{#
debrisSlider
}
}
<div
class=
"debris-slider clearfix"
>
<div
class=
"left-col col"
>
...
...
Please
register
or
login
to post a comment