This commit is contained in:
zhangds 2024-04-11 02:50:18 +08:00
parent cb28627af0
commit 80e8043338
2 changed files with 4 additions and 3 deletions

View File

@ -545,8 +545,8 @@
/* 小程序 */ /* 小程序 */
window.location.replace(res.data.redirect_url); window.location.replace(res.data.redirect_url);
self.timeGet = setInterval(() => { self.timeGet = setInterval(() => {
// self.getProductDetail(); self.getProductDetail();
self.groupProductVoucherDetail(); // self.groupProductVoucherDetail();
}, 3000); }, 3000);
} }
} }

View File

@ -527,7 +527,8 @@
/* 小程序 */ /* 小程序 */
window.location.replace(res.data.redirect_url); window.location.replace(res.data.redirect_url);
self.timeGet = setInterval(() => { self.timeGet = setInterval(() => {
self.getProductDetail(); // self.getProductDetail();
self.groupProductVoucherDetail();
}, 3000); }, 3000);
} }
} }