From c7394b779ec4c2e880be0785ffd43b3c131107c2 Mon Sep 17 00:00:00 2001 From: zheng_hb <19584434@qq.com> Date: Tue, 17 Dec 2024 21:03:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/cart/CardList.vue | 35 ++-- pages.json | 17 +- pages/index/cart.vue | 17 +- pages_order/orderDetails.vue | 212 +++++++++++++++++++++++ pages_order/{pingjia.vue => orderEvaluation.vue} | 2 +- static/image/cart/U-status.png | Bin 0 -> 1326 bytes static/image/cart/bgIcon.png | Bin 0 -> 198471 bytes static/image/cart/redAddressIcon.png | Bin 0 -> 1572 bytes static/image/cart/redTimeIcon.png | Bin 0 -> 1181 bytes uni.scss | 2 +- 10 files changed, 254 insertions(+), 31 deletions(-) create mode 100644 pages_order/orderDetails.vue rename pages_order/{pingjia.vue => orderEvaluation.vue} (77%) create mode 100644 static/image/cart/U-status.png create mode 100644 static/image/cart/bgIcon.png create mode 100644 static/image/cart/redAddressIcon.png create mode 100644 static/image/cart/redTimeIcon.png diff --git a/components/cart/CardList.vue b/components/cart/CardList.vue index 18aa2d9..c58b8fb 100644 --- a/components/cart/CardList.vue +++ b/components/cart/CardList.vue @@ -1,6 +1,6 @@