Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张泽世
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to dashboard
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
runner
2016-06-20 09:33:10 +0800
Commit
e5721f171f9420e578b829c8ac86960a12b8966c
1 parent
c595cc0d
product-process update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
utils/product-process.js
utils/product-process.js
View file @
e5721f1
...
...
@@ -43,8 +43,8 @@ exports.processProductList = (list, options) => {
return
;
}
//如果库存为0,显示已抢完
if
(
product
.
storageNum
===
0
){
// 如果库存为0,显示已抢完
if
(
product
.
storageNum
===
0
)
{
product
.
noStorage
=
true
;
}
...
...
Please
register
or
login
to post a comment