diff --git a/flower_user_front/src/views/CartView.vue b/flower_user_front/src/views/CartView.vue new file mode 100644 index 0000000..c59040f --- /dev/null +++ b/flower_user_front/src/views/CartView.vue @@ -0,0 +1,551 @@ + + + + + + + 移除 + + + + + 已选商品 {{this.selectedData.length}}件 + 合计(不含运费):¥{{this.total_price.toFixed(2)}} + 立即下单 + + + + + + + + + + + {{pack.pack_name}} ¥{{pack.pack_price.toFixed(2)}} + + + + + + + + + + + + + + + + + + + + + {{scope.row.flower_name}} + + + + 包装辅材: + 无 + + {{pack.pack_name}} + + + + + + + + {{scope.row.single_price.toFixed(2)}} + + + + + + + + + + 移除 + + + + + + + + + +