From 09560d95b82daf82a621ab1c7bc9cffa63e83dcf Mon Sep 17 00:00:00 2001 From: zhangds Date: Thu, 11 Apr 2024 01:57:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E5=85=B6=E4=BB=96?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E5=81=9C=E6=AD=A2=E5=AE=9A=E6=97=B6=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packkey/wx-combining.html | 3 +++ packkey/ysf-combining.html | 3 +++ wx-combining.html | 3 +++ ysf-combining.html | 3 +++ 4 files changed, 12 insertions(+) diff --git a/packkey/wx-combining.html b/packkey/wx-combining.html index fc040e9..125f573 100644 --- a/packkey/wx-combining.html +++ b/packkey/wx-combining.html @@ -372,6 +372,9 @@ setTimeout(() => { self.groupProductVoucherDetail(); }, 5000) + } else { + clearInterval(self.timeGet) + self.timeGet = null; } // 代码暂时这样 diff --git a/packkey/ysf-combining.html b/packkey/ysf-combining.html index 3480819..cdcd8fb 100644 --- a/packkey/ysf-combining.html +++ b/packkey/ysf-combining.html @@ -372,6 +372,9 @@ setTimeout(() => { self.groupProductVoucherDetail(); }, 5000) + } else { + clearInterval(self.timeGet) + self.timeGet = null; } // 代码暂时这样 diff --git a/wx-combining.html b/wx-combining.html index 5faacd7..aae06e8 100644 --- a/wx-combining.html +++ b/wx-combining.html @@ -370,6 +370,9 @@ setTimeout(() => { self.groupProductVoucherDetail(); }, 5000) + } else { + clearInterval(self.timeGet) + self.timeGet = null; } } else { self.openErrorDialog(res.message) diff --git a/ysf-combining.html b/ysf-combining.html index 533d19d..ba96ef5 100644 --- a/ysf-combining.html +++ b/ysf-combining.html @@ -371,6 +371,9 @@ setTimeout(() => { self.groupProductVoucherDetail(); }, 5000) + } else { + clearInterval(self.timeGet) + self.timeGet = null; } } else { self.openErrorDialog(res.message)