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
郭成尧
7 years ago
Commit
fcecde845483ebe155e8e2ce9da24981a1dbb967
1 parent
3fe136a2
buy-now-save-address
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/cart/controllers/buy-now-controller.js
apps/cart/controllers/buy-now-controller.js
View file @
fcecde8
...
...
@@ -47,7 +47,7 @@ class BuyNowController {
return
next
();
}
if
(
product_sku
!==
orderInfo
.
product_sku
)
{
if
(
orderInfo
.
product_sku
&&
product_sku
!==
orderInfo
.
product_sku
)
{
orderInfo
=
{};
res
.
clearCookie
(
'buynow_info'
,
actCkOpthn
);
}
...
...
Please
register
or
login
to post a comment