Authored by Rock Zhang

修改结算页加价购商品的价格

@@ -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;