From cfae59950a8e776dc7a24ccce9ef6c6db158c271 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Tue, 16 Jan 2024 11:05:23 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exchange.html | 1 + 1 file changed, 1 insertion(+) diff --git a/exchange.html b/exchange.html index f568888..32c9cba 100644 --- a/exchange.html +++ b/exchange.html @@ -261,6 +261,7 @@ return; } + /* 当只有一个卡密商品、为线上查看卡密且只能兑换一次时执行 */ if (this.goodInfo.product_type === 2 && this.goodInfo.card_show == 2 && !this.backAble && this.goodsDetail.restrict == 1) { return this.surexchangeBtn(); }