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 @@