fix:1
This commit is contained in:
parent
cb28627af0
commit
80e8043338
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue