diff --git a/exchange.html b/exchange.html
index bd70625..22571d4 100644
--- a/exchange.html
+++ b/exchange.html
@@ -245,6 +245,7 @@
successchangeBtnFn () {
/* 只有卡密商品时 直接跳转查看卡密页面 */
if (this.goodInfo.product_type === 2 && this.goodInfo.card_show == 2 && !this.backAble) {
+ this.popboxshow = false;
localStorage.setItem('orderNumber', this.order_number);
window.location.href = './coupon/lookCard.html';
} else {