🐛 fix: 修复bug
This commit is contained in:
parent
55c2ee0d1f
commit
e2a62a9bd3
|
@ -238,9 +238,11 @@
|
||||||
//刷新页面
|
//刷新页面
|
||||||
successchangeBtnFn () {
|
successchangeBtnFn () {
|
||||||
if (this.goodInfo.product_type === 2 && this.goodInfo.card_show == 2) {
|
if (this.goodInfo.product_type === 2 && this.goodInfo.card_show == 2) {
|
||||||
|
this.popboxshow = false;
|
||||||
window.location.href = './coupon/lookCard.html';
|
window.location.href = './coupon/lookCard.html';
|
||||||
}
|
} else {
|
||||||
window.location.replace(document.referrer);
|
window.location.replace(document.referrer);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
//兑换商品
|
//兑换商品
|
||||||
|
|
Loading…
Reference in New Issue