From a485c3cd80dcc7f216c7c0d6812c7f972fe3aa2e Mon Sep 17 00:00:00 2001
From: WindowBird <13870814+windows-bird@user.noreply.gitee.com>
Date: Wed, 27 Aug 2025 12:02:17 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E7=BB=B4=E7=A0=81=E6=A0=B7=E5=BC=8F?=
=?UTF-8?q?=E4=BF=AE=E6=94=B91.0,=E6=88=91=E7=9A=84=E9=A2=84=E7=BA=A6?=
=?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/qrcode-modal/qrcode-modal.vue | 28 ++++++++----
pages/personalCenter/myAppointment.vue | 58 ++++++++++--------------
2 files changed, 42 insertions(+), 44 deletions(-)
diff --git a/components/qrcode-modal/qrcode-modal.vue b/components/qrcode-modal/qrcode-modal.vue
index 1fdeee9..53ba525 100644
--- a/components/qrcode-modal/qrcode-modal.vue
+++ b/components/qrcode-modal/qrcode-modal.vue
@@ -1,5 +1,5 @@
-
+
@@ -16,6 +16,7 @@
+ X
@@ -42,13 +43,10 @@ export default {
type: String,
default: "",
},
- title: {
- type: String,
- default: "核销验证码",
- },
+
description: {
type: String,
- default: "此二维码可直接检票",
+ default: "此二维码 可直接检票",
},
},
data() {
@@ -63,10 +61,6 @@ export default {
},
methods: {
- handleOverlayClick() {
- this.handleClose();
- },
-
handleClose() {
this.$emit("close");
},
@@ -75,6 +69,18 @@ export default {