🐛 fix: 修复弹窗未关闭bug
This commit is contained in:
parent
392f7c2e35
commit
03f6ff3892
|
@ -245,6 +245,7 @@
|
||||||
successchangeBtnFn () {
|
successchangeBtnFn () {
|
||||||
/* 只有卡密商品时 直接跳转查看卡密页面 */
|
/* 只有卡密商品时 直接跳转查看卡密页面 */
|
||||||
if (this.goodInfo.product_type === 2 && this.goodInfo.card_show == 2 && !this.backAble) {
|
if (this.goodInfo.product_type === 2 && this.goodInfo.card_show == 2 && !this.backAble) {
|
||||||
|
this.popboxshow = false;
|
||||||
localStorage.setItem('orderNumber', this.order_number);
|
localStorage.setItem('orderNumber', this.order_number);
|
||||||
window.location.href = './coupon/lookCard.html';
|
window.location.href = './coupon/lookCard.html';
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue