From f192da7712192987950c7e9927c55a5cb9358afc Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Mon, 22 Apr 2024 15:33:15 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=80=EF=B8=8F=20fix:=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E7=AB=8B=E5=87=8F=E9=87=91=E6=8C=89=E9=92=AEbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packkey/reduce.html | 2 +- reduce.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packkey/reduce.html b/packkey/reduce.html index 405c8c4..6f44396 100644 --- a/packkey/reduce.html +++ b/packkey/reduce.html @@ -93,7 +93,7 @@
- {{goodInfo.available!=1?buttonTextFun(goodsInfo.type,'received'):buttonTextFun(goodsInfo.type,'receive')}}
+ {{goodInfo.available==9?buttonTextFun(goodsInfo.type,'received'):buttonTextFun(goodsInfo.type,'receive')}}

- 兑换说明 -

diff --git a/reduce.html b/reduce.html index 33f3fee..c193abf 100644 --- a/reduce.html +++ b/reduce.html @@ -99,7 +99,7 @@
- {{goodInfo.available!=1?buttonTextFun(goodInfo.type,'received'):buttonTextFun(goodInfo.type,'receive')}}
+ {{goodInfo.available==9?buttonTextFun(goodInfo.type,'received'):buttonTextFun(goodInfo.type,'receive')}}

- 兑换说明 -