diff --git a/exchange.html b/exchange.html index 5b6fa1e..caf5549 100644 --- a/exchange.html +++ b/exchange.html @@ -296,7 +296,7 @@ return this.openErrorDialog(product_status(goodsDetail.available, goodsDetail)); } /* 卡密商品直接兑换 */ - 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.maskshow = true; this.popboxshow = true; this.popboxtype = '兑换'; diff --git a/packkey/exchange.html b/packkey/exchange.html index 2f803d1..758f31a 100644 --- a/packkey/exchange.html +++ b/packkey/exchange.html @@ -343,8 +343,9 @@ if (goodsDetail.available != 1) { return this.openErrorDialog(product_status(goodsDetail.available, goodsDetail)); } + /* 卡密商品直接兑换 */ - 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.maskshow = true; this.popboxshow = true; this.popboxtype = '兑换';