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
c771584d88366b5ee740fb1e2add3eb2720e58c4
1 parent
6a5d31d9
slidecolor设置
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
library/WebPlugin/DataProcess/Process.php
library/WebPlugin/DataProcess/Process.php
View file @
c771584
...
...
@@ -441,9 +441,12 @@ class Process
&&
(
$data
[
$key
+
2
][
'template_name'
]
==
'floor'
||
$data
[
$key
+
2
][
'template_name'
]
==
'app_icon_list'
))
{
//slider颜色
$sliderColor
=
array
(
'girls'
=>
'#8ae6e0'
,
'kids'
=>
'#7AD3F8'
,
'lifestyle'
=>
'#4e433d'
,
'boys'
=>
''
);
$result
=
array
(
'preferenceBrands'
=>
array
(
'name'
=>
''
,
'sliderColor'
=>
$sliderColor
[
$type
],
'imgBrand'
=>
array
(),
'brandUrl'
=>
''
)
...
...
Please
register
or
login
to post a comment