+
+
+
+
+
{{ product.name }}
+
+ SKU:
+ {{ selectedSku.sku }}
+
+
+
+
+
+
+
+
+ 单价:
+
+ {{ selectedSku ? selectedSku.currency : '' }} {{ formatPrice(selectedSku ? selectedSku.price : 0) }}
+
+
+
+ 数量:
+ {{ quantity }}
+
+
+ 总计:
+
+ {{ selectedSku ? selectedSku.currency : '' }} {{ formatPrice(selectedSku ? (selectedSku.price * quantity) : 0) }}
+
+
+
+
+
+