Showing
1 changed file
with
1 additions
and
0 deletions
@@ -415,6 +415,7 @@ class CartModel | @@ -415,6 +415,7 @@ class CartModel | ||
415 | $oneGoods['gift'] = true; | 415 | $oneGoods['gift'] = true; |
416 | } elseif ($single['goods_type'] == 'price_gift') { | 416 | } elseif ($single['goods_type'] == 'price_gift') { |
417 | $oneGoods['advanceBuy'] = true; | 417 | $oneGoods['advanceBuy'] = true; |
418 | + $oneGoods['price'] = Helpers::transPrice($single['sale_price']); | ||
418 | } | 419 | } |
419 | 420 | ||
420 | $result['goods'][] = $oneGoods; | 421 | $result['goods'][] = $oneGoods; |
-
Please register or login to post a comment