From f83bf3dd98dfc49b35799fa50cc1af774a862095 Mon Sep 17 00:00:00 2001 From: Waiting Date: Fri, 14 Jun 2024 02:21:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=89=93=E5=BC=80=E5=9B=A2?= =?UTF-8?q?=E8=B4=AD=E5=88=B8=E5=88=86=E4=BA=AB=E6=97=B6=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=B7=B2=E7=99=BB=E5=BD=95&=E6=9C=AA=E7=99=BB=E5=BD=95?= =?UTF-8?q?=EF=BC=8C=E5=BA=97=E9=93=BA=E5=B7=B2=E6=B3=A8=E5=86=8C&?= =?UTF-8?q?=E6=9C=AA=E6=B3=A8=E5=86=8C=E9=80=BB=E8=BE=91=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 8 ++-- src/pages.json | 2 +- src/pages/common/groupbuy/detail.vue | 29 ++++++++++++-- src/pages/common/groupbuy/order-confirm.vue | 20 +++++++--- .../common/groupbuy/order-coupon-confirm.vue | 30 +++++++++----- src/pages/common/login/index.vue | 40 +++++++++++++++++-- src/pages/common/register/index.vue | 15 +++++-- src/pages/coupons/ticketsBuy/ticketsBuy.vue | 12 +++++- src/pages/home/index.vue | 4 +- src/pages/index/index.vue | 29 +++++++++++--- src/project.private.config.json | 2 +- src/store/modules/user/index.ts | 8 ++-- src/utils/common/index.ts | 16 +++++--- src/utils/order/index.ts | 6 +-- src/utils/request/interceptors.ts | 7 +++- 15 files changed, 175 insertions(+), 53 deletions(-) diff --git a/src/App.vue b/src/App.vue index 6854727..3144c53 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,7 @@