From e8e4f7e27dc965fc80956b6cb6e4870a427bbe57 Mon Sep 17 00:00:00 2001 From: liugongyu <290219706@qq.com> Date: Tue, 13 Jun 2023 14:16:04 +0800 Subject: [PATCH] 二维码有效期必须大于当前时间 --- pages/businessCard/printCard.vue | 6 ------ 1 file changed, 0 insertions(+), 6 deletions(-) diff --git a/pages/businessCard/printCard.vue b/pages/businessCard/printCard.vue index 7a691c2..50b4b3a 100644 --- a/pages/businessCard/printCard.vue +++ b/pages/businessCard/printCard.vue @@ -145,12 +145,6 @@ export default { duration: 2000 }) }else{ - uni.showToast({ - title: '2', - - duration: 2000 - }) - this.deadline = this.single this.getCouponStaticQR() } -- libgit2 0.21.4