...
|
...
|
@@ -203,9 +203,9 @@ class Shop extends Api |
|
|
$GoodsArray[$k]['Sales'] = $IfEmptyGoodsArray['sales'];
|
|
|
$GoodsArray[$k]['Type'] = $IfEmptyGoodsArray['type'];
|
|
|
if ($IfEmptyGoodsArray['type'] == 1) {
|
|
|
$GoodsArray[$k]['KeZhuan'] = round($IfEmptyGoodsArray['price'] * $Jing, 2);
|
|
|
$GoodsArray[$k]['KeZhuan'] = round($IfEmptyGoodsArray['price'] * $Jing, 1);
|
|
|
} else {
|
|
|
$GoodsArray[$k]['KeZhuan'] = round($IfEmptyGoodsArray['price'] * $Tong, 2);
|
|
|
$GoodsArray[$k]['KeZhuan'] = round($IfEmptyGoodsArray['price'] * $Tong, 1);
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
|