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
shuaiguo
2020-05-18 16:59:30 +0800
Commit
dcdc7e3724708518844c19f5a4afa45af442f3e4
1 parent
02d95d09
feat(下单购买): H5禁止秒杀活动提示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
apps/cart/controllers/buy-now-controller.js
apps/cart/controllers/buy-now-controller.js
View file @
dcdc7e3
...
...
@@ -336,8 +336,8 @@ class BuyNowController {
if
(
req
.
body
.
sku_type
===
'S'
)
{
return
res
.
json
({
code
:
403
,
message
:
'client params invalidate!'
// code: 403,
message
:
'秒杀活动已结束!'
});
}
...
...
Please
register
or
login
to post a comment