From 2aa053ec080f78f568a919f42c653a5a5f113bb7 Mon Sep 17 00:00:00 2001 From: zheng_hb <19584434@qq.com> Date: Wed, 18 Dec 2024 20:13:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 7 ++- common.scss | 106 +++++++++++++++++++++++++++++++- components/base/tabbar.vue | 2 +- components/cart/CardList.vue | 84 +++----------------------- pages.json | 16 +++++ pages/components/Navbar.vue | 77 ++++++++++++++++++++++++ pages/index/cart.vue | 81 ++++++++++++------------- pages/mixins/globalMixin.js | 33 ++++++++++ pages_order/invoiceIssuance.vue | 117 ++++++++++++++++++++++++++++++++++++ pages_order/invoiceRecords.vue | 83 +++++++++++++++++++++++++ pages_order/orderDetails.vue | 113 ++++++---------------------------- pages_order/orderEvaluation.vue | 100 ++++++++++++++++++++++++++++-- static/image/cart/evaluateIcon.png | Bin 0 -> 1027 bytes static/image/cart/selectIcon.png | Bin 0 -> 2278 bytes static/image/cart/uncheckedIcon.png | Bin 0 -> 1850 bytes uni.scss | 2 + 16 files changed, 602 insertions(+), 219 deletions(-) create mode 100644 pages/components/Navbar.vue create mode 100644 pages/mixins/globalMixin.js create mode 100644 pages_order/invoiceIssuance.vue create mode 100644 pages_order/invoiceRecords.vue create mode 100644 static/image/cart/evaluateIcon.png create mode 100644 static/image/cart/selectIcon.png create mode 100644 static/image/cart/uncheckedIcon.png diff --git a/App.vue b/App.vue index b67961c..ae332f2 100644 --- a/App.vue +++ b/App.vue @@ -10,11 +10,12 @@ diff --git a/pages/index/cart.vue b/pages/index/cart.vue index 040b0bb..a2e6394 100644 --- a/pages/index/cart.vue +++ b/pages/index/cart.vue @@ -1,18 +1,19 @@