Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
郭成尧
2017-04-11 18:38:22 +0800
Commit
379f63b190423a336960c1b8dae2d5e3afbb68f8
1 parent
078bcbde
limit-order
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/detail.js
apps/product/models/detail.js
View file @
379f63b
...
...
@@ -881,7 +881,7 @@ const getLimitProductData = (uid, limitProductCode) => {
if
(
obj
.
attaches
.
length
>
1
)
{
obj
.
attaches
.
sort
((
v1
,
v2
)
=>
{
return
v
1
.
orderBy
-
v2
.
orderBy
;
return
v
2
.
orderBy
-
v1
.
orderBy
;
});
}
...
...
Please
register
or
login
to post a comment