售后金额
This commit is contained in:
@@ -145,6 +145,7 @@ class CartController extends BaseMiniController
|
||||
'name' => $product->name ?? '',
|
||||
'spec' => $product->spec ?? '',
|
||||
'unit' => $product->unit ?? '',
|
||||
'price_unit' => $product->price_unit ?? '',
|
||||
'image' => $firstFile?->file_url ?? '',
|
||||
'price' => $price,
|
||||
'quantity' => $quantity,
|
||||
|
||||
Reference in New Issue
Block a user