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
沈志敏
2016-11-29 17:18:42 +0800
Commit
7f4d833574ec111cc81c06d9da375e514478f79a
1 parent
95185f7a
fix bug
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
apps/product/controllers/detail.js
apps/product/controllers/seckill-detail.js
public/js/product/seckill-detail.page.js
apps/product/controllers/detail.js
View file @
7f4d833
...
...
@@ -424,4 +424,4 @@ exports.getCoupon = (req, res, next) => {
return
res
.
json
(
data
);
})
.
catch
(
next
);
};
\ No newline at end of file
};
...
...
apps/product/controllers/seckill-detail.js
View file @
7f4d833
...
...
@@ -387,4 +387,4 @@ exports.getSeckillData = (req, res) => {
});
};
\ No newline at end of file
};
...
...
public/js/product/seckill-detail.page.js
View file @
7f4d833
...
...
@@ -154,4 +154,4 @@ require('./detail/page-render')(function() {
if
(
$
(
'.good-detail-page'
).
length
>
0
)
{
$
(
'#yoho-footer'
).
css
(
'border-top'
,
'1px solid #e0e0e0'
);
}
});
\ No newline at end of file
});
...
...
Please
register
or
login
to post a comment