diff --git a/exchange.html b/exchange.html index f0ab416..91d1515 100644 --- a/exchange.html +++ b/exchange.html @@ -346,11 +346,7 @@ this.openDialog("兑换成功"); const clr = setTimeout(() => { 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 { window.location.href = './orderDetails/chargerOrder.html'; }