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
htoooth
2017-08-24 18:44:27 +0800
Commit
4975f5973806debbf4dc0609e4146b41ad852018
1 parent
b26c3dbd
fix
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
apps/product/controllers/outletsList.js
apps/product/controllers/sale.js
apps/product/controllers/students.js
apps/product/controllers/outletsList.js
View file @
4975f59
@@ -7,6 +7,7 @@
@@ -7,6 +7,7 @@
7
7
8
'use strict'
;
8
'use strict'
;
9
const
mRoot
=
'../models'
;
9
const
mRoot
=
'../models'
;
10
+
10
// TODO: ctx
11
// TODO: ctx
11
// list 页 model
12
// list 页 model
12
const
list
=
require
(
`
$
{
mRoot
}
/outletsList`
)
;
13
const
list
=
require
(
`
$
{
mRoot
}
/outletsList`
)
;
apps/product/controllers/sale.js
View file @
4975f59
@@ -5,6 +5,7 @@
@@ -5,6 +5,7 @@
5
*/
5
*/
6
6
7
'use strict'
;
7
'use strict'
;
8
+
8
// TODO: ctx
9
// TODO: ctx
9
const
mRoot
=
'../models'
;
10
const
mRoot
=
'../models'
;
10
const
sale
=
require
(
`
$
{
mRoot
}
/sale`
)
; /
/
sale
页
model
11
const
sale
=
require
(
`
$
{
mRoot
}
/sale`
)
; /
/
sale
页
model
apps/product/controllers/students.js
View file @
4975f59
@@ -5,6 +5,7 @@
@@ -5,6 +5,7 @@
5
*/
5
*/
6
6
7
'use strict'
;
7
'use strict'
;
8
+
8
// TODO: ctxk
9
// TODO: ctxk
9
const
mRoot
=
'../models'
;
10
const
mRoot
=
'../models'
;
10
const
helpers
=
global
.
yoho
.
helpers
;
11
const
helpers
=
global
.
yoho
.
helpers
;
Please
register
or
login
to post a comment