From 724d436dc5d7d601d56f0b82d982a0548cf5de74 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Tue, 16 Jan 2024 10:54:56 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exchange.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/exchange.html b/exchange.html index 71ccda2..f568888 100644 --- a/exchange.html +++ b/exchange.html @@ -259,9 +259,11 @@ this.popboxshow = true; this.popboxtype = '兑换'; return; - } else { + } + + if (this.goodInfo.product_type === 2 && this.goodInfo.card_show == 2 && !this.backAble && this.goodsDetail.restrict == 1) { return this.surexchangeBtn(); - }; + } if (!this.account) { this.openDialog('请输入兑换账号!');