From 80e80433381376472e5dc46a5139b3b479d61cec Mon Sep 17 00:00:00 2001 From: zhangds Date: Thu, 11 Apr 2024 02:50:18 +0800 Subject: [PATCH] fix:1 --- packkey/wx-combining.html | 4 ++-- wx-combining.html | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/packkey/wx-combining.html b/packkey/wx-combining.html index 75e7081..754c022 100644 --- a/packkey/wx-combining.html +++ b/packkey/wx-combining.html @@ -545,8 +545,8 @@ /* 小程序 */ window.location.replace(res.data.redirect_url); self.timeGet = setInterval(() => { - // self.getProductDetail(); - self.groupProductVoucherDetail(); + self.getProductDetail(); + // self.groupProductVoucherDetail(); }, 3000); } } diff --git a/wx-combining.html b/wx-combining.html index 5faacd7..cbc0a5f 100644 --- a/wx-combining.html +++ b/wx-combining.html @@ -527,7 +527,8 @@ /* 小程序 */ window.location.replace(res.data.redirect_url); self.timeGet = setInterval(() => { - self.getProductDetail(); + // self.getProductDetail(); + self.groupProductVoucherDetail(); }, 3000); } }