From 47ce14c348bd9f8e78c4ca7226443aa4bc51e197 Mon Sep 17 00:00:00 2001 From: chenruiye <862859104@qq.com> Date: Fri, 11 Apr 2025 11:21:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B9=B8=E8=BF=90=E7=A4=BC?= =?UTF-8?q?=E7=89=A9=E6=B4=BB=E5=8A=A8-=E4=B8=AA=E4=BA=BA=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=B1=87=E6=80=BB=E8=B5=A0=E9=80=81=E5=AE=8C=E4=B9=8B?= =?UTF-8?q?=E5=90=8E=E6=8C=89=E9=92=AE=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/bravoGift/bravoGiftData.vue | 3 ++- src/views/luckGift/luckGiftData.vue | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/bravoGift/bravoGiftData.vue b/src/views/bravoGift/bravoGiftData.vue index 2451009..e999c9c 100644 --- a/src/views/bravoGift/bravoGiftData.vue +++ b/src/views/bravoGift/bravoGiftData.vue @@ -161,6 +161,7 @@ export default { editDialog: false, editDialogTitle: "", value: "", + butClick:false }; }, methods: { @@ -206,7 +207,7 @@ export default { }); setTimeout(() => { this.butClick = false; - }, 3000); + }, 1000); this.editDialog = false; this.getData(); } else { diff --git a/src/views/luckGift/luckGiftData.vue b/src/views/luckGift/luckGiftData.vue index 28ee6c3..7e5eadc 100644 --- a/src/views/luckGift/luckGiftData.vue +++ b/src/views/luckGift/luckGiftData.vue @@ -160,6 +160,7 @@ export default { editDialog: false, editDialogTitle: "", value: "", + butClick:false }; }, methods: { @@ -203,7 +204,7 @@ export default { }); setTimeout(() => { this.butClick = false; - }, 3000); + }, 1000); this.editDialog = false; this.getData(); } else {