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
周少峰
2016-10-11 11:52:34 +0800
Commit
55900ae43bc6f9f1199842c9003f6b683b4bd8d7
2 parents
eedefdd7
93d36ad8
Merge branch 'master' into feature/guang
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/shop-handler.js
apps/product/models/shop-handler.js
View file @
55900ae
...
...
@@ -6,7 +6,7 @@
'use strict'
;
const
_
=
require
(
'lodash'
);
const
Fn
=
require
(
'lodash/fp'
);
const
qs
=
require
(
'query
S
tring'
);
const
qs
=
require
(
'query
s
tring'
);
const
helpers
=
global
.
yoho
.
helpers
;
...
...
Please
register
or
login
to post a comment