From cb28627af06bdf3e1349e9ff00bb7d658431a8bf Mon Sep 17 00:00:00 2001 From: zhangds Date: Thu, 11 Apr 2024 02:47:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packkey/wx-combining.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packkey/wx-combining.html b/packkey/wx-combining.html index fc040e9..75e7081 100644 --- a/packkey/wx-combining.html +++ b/packkey/wx-combining.html @@ -545,7 +545,8 @@ /* 小程序 */ window.location.replace(res.data.redirect_url); self.timeGet = setInterval(() => { - self.getProductDetail(); + // self.getProductDetail(); + self.groupProductVoucherDetail(); }, 3000); } }