fix: 修改小程序跳转
This commit is contained in:
parent
9ee123cc87
commit
cb28627af0
|
@ -545,7 +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();
|
||||||
}, 3000);
|
}, 3000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue