Showing
1 changed file
with
2 additions
and
1 deletions
@@ -347,7 +347,8 @@ class ItemModel | @@ -347,7 +347,8 @@ class ItemModel | ||
347 | } | 347 | } |
348 | }// 非卖品 | 348 | }// 非卖品 |
349 | elseif ($notForSale) { | 349 | elseif ($notForSale) { |
350 | - $goodsInfo['notForSale'] = true; | 350 | + //$goodsInfo['notForSale'] = true; |
351 | + $goodsInfo['addToCart'] = true;//赠品 | ||
351 | } | 352 | } |
352 | // 已售磬 | 353 | // 已售磬 |
353 | elseif ($soldOut) { | 354 | elseif ($soldOut) { |
-
Please register or login to post a comment