🦀️ fix: 修复bug
This commit is contained in:
parent
a206330f92
commit
1da8464764
|
@ -346,11 +346,7 @@
|
||||||
this.openDialog("兑换成功");
|
this.openDialog("兑换成功");
|
||||||
const clr = setTimeout(() => {
|
const clr = setTimeout(() => {
|
||||||
if (this.goodInfo.product_type === 2) {
|
if (this.goodInfo.product_type === 2) {
|
||||||
if (!this.backAble && this.goodsDetail.restrict == 1) {
|
|
||||||
window.location.replace('./orderDetails/cardOrder.html');
|
|
||||||
} else {
|
|
||||||
window.location.href = './orderDetails/cardOrder.html';
|
window.location.href = './orderDetails/cardOrder.html';
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
window.location.href = './orderDetails/chargerOrder.html';
|
window.location.href = './orderDetails/chargerOrder.html';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue