Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
周少峰
9 years ago
Commit
44ccc931ffc0b181e8a311b2c31774250d6beb41
1 parent
7b9364af
asign msort
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/outlets.js
apps/product/models/outlets.js
View file @
44ccc93
...
...
@@ -90,7 +90,7 @@ exports.getOutletsIndexData = (params, channel) => {
if
(
!
params
.
msort
||
!
params
.
misort
)
{
Object
.
assign
(
params
,
{
m
isort
:
_
.
uniq
(
finalResult
.
goodsBoard
.
goodsMenu
.
mi
sort
).
join
()}
{
m
sort
:
_
.
uniq
(
finalResult
.
goodsBoard
.
goodsMenu
.
m
sort
).
join
()}
);
}
return
api
.
all
([
...
...
Please
register
or
login
to post a comment