diff --git a/pages/advanceOrder/index.vue b/pages/advanceOrder/index.vue index 0d7badb..6e02dce 100644 --- a/pages/advanceOrder/index.vue +++ b/pages/advanceOrder/index.vue @@ -10,9 +10,6 @@ 外卖 - @@ -24,9 +21,6 @@
-
{{ item.intervalName }}
- + +
+ +
+
{{ food.mealName }}
+
月销 {{ food.saleNum }}
+
+ {{ '库存' + food.supplyNum }} + {{ '限购' + food.restrictNum }} +
+
+ + {{ food.salePrice }} +
+
+ +
+ + {{ food.num || 0 }} + +
+ + +
+
+
+ + + + {{ totalPrice }} + +
+ +
+ 结算 +
+
+
+ + + + + + + + + 是否确认清空购物车? + + diff --git a/static/images/add.png b/static/images/add.png new file mode 100644 index 0000000..f9ad280 Binary files /dev/null and b/static/images/add.png differ diff --git a/static/images/add2.png b/static/images/add2.png new file mode 100644 index 0000000..75f136b Binary files /dev/null and b/static/images/add2.png differ diff --git a/static/images/del.png b/static/images/del.png new file mode 100644 index 0000000..d104795 Binary files /dev/null and b/static/images/del.png differ diff --git a/static/images/delete.png b/static/images/delete.png new file mode 100644 index 0000000..d45ed9a Binary files /dev/null and b/static/images/delete.png differ diff --git a/static/images/no-add.png b/static/images/no-add.png new file mode 100644 index 0000000..cb00118 Binary files /dev/null and b/static/images/no-add.png differ diff --git a/static/images/shop-car.png b/static/images/shop-car.png new file mode 100644 index 0000000..019692c Binary files /dev/null and b/static/images/shop-car.png differ