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
Rock Zhang
9 years ago
Commit
77182705930a4561d94a9bc029b5dec0158d4f41
1 parent
34997cf9
添加新品到着,折扣专区筛选参数数据
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
library/Plugin/DataProcess/NewSaleProcess.php
library/Plugin/DataProcess/NewSaleProcess.php
View file @
7718270
...
...
@@ -2,6 +2,7 @@
namespace
Plugin\DataProcess
;
use
Plugin\DataProcess\ListProcess
;
use
Plugin\Helpers
;
/**
...
...
@@ -22,11 +23,16 @@ class NewSaleProcess
$noTab
=
true
;
$productsLi
=
array
();
$tabItem
=
array
();
foreach
(
$products
as
$single
)
{
if
(
empty
(
$single
))
{
continue
;
}
// 处理Filter
if
(
isset
(
$single
[
'filter'
]))
{
$result
[
'filter'
]
=
ListProcess
::
getFilterData
(
$single
[
'filter'
]);
}
// 处理Tabs
$noTab
=
true
;
...
...
Please
register
or
login
to post a comment