fix: 修改小程序跳转

This commit is contained in:
zhangds 2024-04-11 02:47:20 +08:00
parent 9ee123cc87
commit cb28627af0
1 changed files with 2 additions and 1 deletions

View File

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