...
|
...
|
@@ -426,9 +426,9 @@ class CartModel |
|
|
|
|
|
//gift=>是否赠品,advanceBuy=>是否加价购;
|
|
|
if ($single['goods_type'] == 'gift' && !isset($single['isAdvanceBuy'])) {
|
|
|
$oneGoods['isGift'] = true;
|
|
|
$oneGoods['gift'] = true;
|
|
|
} elseif ($single['goods_type'] == 'price_gift') {
|
|
|
$oneGoods['isAdvanceBuy'] = true;
|
|
|
$oneGoods['advanceBuy'] = true;
|
|
|
}
|
|
|
|
|
|
$result['goods'][] = $oneGoods;
|
...
|
...
|
|