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
ccbikai
2016-05-23 16:25:59 +0800
Commit
58243f4dcf94c927d0184e218aa5e860e6a77b7f
1 parent
3731cdf4
SALE页面修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/controllers/sale.js
apps/product/controllers/sale.js
View file @
58243f4
...
...
@@ -38,7 +38,7 @@ exports.index = (req, res) => {
pageFooter
:
true
};
saleModel
.
getSale
Resources
().
then
((
result
)
=>
{
saleModel
.
getSale
Data
().
then
((
result
)
=>
{
res
.
render
(
'sale'
,
Object
.
assign
(
renderData
,
{
content
:
result
}));
...
...
Please
register
or
login
to post a comment