fix: 增加小程序请求接口

This commit is contained in:
zhangds 2024-04-11 02:55:09 +08:00
parent 80e8043338
commit bd31a3923f
1 changed files with 2 additions and 2 deletions

View File

@ -527,8 +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(); // self.groupProductVoucherDetail(); // 没有返回值,解决不了
}, 3000); }, 3000);
} }
} }