From 12eec0a6b7a2b22be14fbee16dd46fc49a20e2b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E4=B8=80=E5=98=89?= Date: Tue, 22 Jul 2025 16:45:11 +0800 Subject: [PATCH] update --- src/components/Pay/Alipay.vue | 1 + src/components/Pay/PayTask.vue | 10 +++++++++- .../pages/message-center/platform-intervention.vue | 4 ++-- .../merchant/pages/task-center/reward-mission.vue | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/src/components/Pay/Alipay.vue b/src/components/Pay/Alipay.vue index 42f9ed6..a555c93 100644 --- a/src/components/Pay/Alipay.vue +++ b/src/components/Pay/Alipay.vue @@ -55,6 +55,7 @@ const initQR = async () => { watch( () => visible.value, (val) => { + console.log('变了', visible.value); if (!val) { clearInterval(timer); emits('success'); diff --git a/src/components/Pay/PayTask.vue b/src/components/Pay/PayTask.vue index 41aef04..ba5f83c 100644 --- a/src/components/Pay/PayTask.vue +++ b/src/components/Pay/PayTask.vue @@ -1,7 +1,9 @@