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
Plain Diff
Browse Files
Authored by
hongweigao
2016-11-11 16:09:28 +0800
Commit
39c690d809e777f6d7a24c5ea0aa687d0e91a48c
2 parents
ab0d7c8b
36106215
Merge branch 'feature/productTag' into release/5.2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
utils/product-process.js
utils/product-process.js
View file @
39c690d
...
...
@@ -253,7 +253,7 @@ exports.processProductList = (list, options) => {
});
product
.
tags
=
tags
;
isfew
?
product
.
is_few
=
isfew
:
''
;
isfew
?
product
.
is_few
=
isfew
:
delete
product
.
is_few
;
}
if
(
options
.
query
&&
_
.
isString
(
product
.
product_name
))
{
let
qreg
=
new
RegExp
(
options
.
query
,
'ig'
);
...
...
Please
register
or
login
to post a comment