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)