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
郭成尧
2016-05-21 13:22:48 +0800
Commit
7442ed2dc197ebd210c86ef53a018f54306fe9c3
1 parent
c34509fc
添加列表controller
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
apps/product/controllers/list.js
apps/product/controllers/sale.js
apps/product/controllers/list.js
0 → 100644
View file @
7442ed2
/*
* @Author: Targaryen
* @Date: 2016-05-21 10:59:20
* @Last Modified by: Targaryen
* @Last Modified time: 2016-05-21 11:05:21
*/
'use strict'
;
exports
.
getProductPic
=
(
req
,
res
)
=>
{
res
.
jsonp
();
};
\ No newline at end of file
...
...
apps/product/controllers/sale.js
View file @
7442ed2
Please
register
or
login
to post a comment