From 1e43269f653e83df97fc317a6d8f0edf36feee0a Mon Sep 17 00:00:00 2001
From: YeMingfei666 <1619116647@qq.com>
Date: Tue, 9 Dec 2025 17:57:16 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9F=A5=E7=9C=8B=E5=88=B8?=
=?UTF-8?q?=E7=A0=81=E5=BC=B9=E7=AA=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
scoreShop/components/modal.vue | 22 ++++--
scoreShop/order/components/order-list.vue | 9 ++-
scoreShop/order/detail.vue | 91 ++++++++++++++++++++---
scoreShop/order/index.vue | 45 ++++++++++-
4 files changed, 147 insertions(+), 20 deletions(-)
diff --git a/scoreShop/components/modal.vue b/scoreShop/components/modal.vue
index 421c533..5d90202 100644
--- a/scoreShop/components/modal.vue
+++ b/scoreShop/components/modal.vue
@@ -1,6 +1,10 @@
-
+
@@ -39,6 +45,10 @@ const props = defineProps({
type: String,
default: "取消",
},
+ showBottom: {
+ type: Boolean,
+ default: true,
+ },
});
const show = defineModel({
type: Boolean,
diff --git a/scoreShop/order/components/order-list.vue b/scoreShop/order/components/order-list.vue
index bff6681..85fd381 100644
--- a/scoreShop/order/components/order-list.vue
+++ b/scoreShop/order/components/order-list.vue
@@ -13,13 +13,20 @@
- 查看券码
+ 查看券码
申请退款
+
diff --git a/scoreShop/order/index.vue b/scoreShop/order/index.vue
index 839e372..33b9216 100644
--- a/scoreShop/order/index.vue
+++ b/scoreShop/order/index.vue
@@ -13,12 +13,51 @@
-
+
+
+
+
+
+
+
+
+ {{ qrcode }}
+
+
+
+
+
+