From bd31a3923fc500161e4917fbc2ca990ddcec1ed9 Mon Sep 17 00:00:00 2001 From: zhangds Date: Thu, 11 Apr 2024 02:55:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E8=AF=B7=E6=B1=82=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wx-combining.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wx-combining.html b/wx-combining.html index cbc0a5f..2112d19 100644 --- a/wx-combining.html +++ b/wx-combining.html @@ -527,8 +527,8 @@ /* 小程序 */ window.location.replace(res.data.redirect_url); self.timeGet = setInterval(() => { - // self.getProductDetail(); - self.groupProductVoucherDetail(); + self.getProductDetail(); // + // self.groupProductVoucherDetail(); // 没有返回值,解决不了 }, 3000); } }