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
Plain Diff
Browse Files
Authored by
郭成尧
2018-04-18 11:21:03 +0800
Commit
05ec1731f20b2e29bc7f8d943b6751d23d946c18
2 parents
1123b907
38e80ded
Merge branch 'feature/coupon' into release/180420
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
apps/cart/controllers/buy-now-controller.js
apps/cart/controllers/order.js
apps/cart/controllers/buy-now-controller.js
View file @
05ec173
...
...
@@ -380,6 +380,7 @@ class BuyNowController {
selectCoupon
(
req
,
res
)
{
let
headerData
=
headerModel
.
setNav
({
navTitle
:
'选择优惠券'
,
myConponPageNavBtn
:
true
,
navBtn
:
false
});
...
...
apps/cart/controllers/order.js
View file @
05ec173
...
...
@@ -335,6 +335,7 @@ exports.orderSub = (req, res, next) => {
exports
.
selectCouponsPage
=
(
req
,
res
)
=>
{
let
headerData
=
headerModel
.
setNav
({
navTitle
:
'选择优惠券'
,
myConponPageNavBtn
:
true
,
navBtn
:
false
});
...
...
Please
register
or
login
to post a comment