Showing
2 changed files
with
2 additions
and
1 deletions
@@ -314,7 +314,7 @@ bindEvent.add(function() { | @@ -314,7 +314,7 @@ bindEvent.add(function() { | ||
314 | 314 | ||
315 | // 是否能:量贩购买 | 315 | // 是否能:量贩购买 |
316 | function canBundleBuy() { | 316 | function canBundleBuy() { |
317 | - return goodsBaseNum < maxStock; | 317 | + return goodsBaseNum <= maxStock; |
318 | } | 318 | } |
319 | 319 | ||
320 | // 重置Num显示为最小购买数 | 320 | // 重置Num显示为最小购买数 |
-
Please register or login to post a comment