From de7b2ce4d3b77ab2b6f99213f8257eb7d76ae8f1 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Sun, 4 Feb 2024 16:22:17 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=80=EF=B8=8F=20fix:=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- redPackets.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redPackets.html b/redPackets.html index 49315c9..6eab213 100644 --- a/redPackets.html +++ b/redPackets.html @@ -128,7 +128,7 @@ popBt: '点击复制', copyLink: '', goodsInfo: JSON.parse(sessionStorage.getItem('goodsInfo')), - backAble: sessionStorage.getItem('goodsCount') > 0, + backAble: sessionStorage.getItem('goodsCount') > 1, loading: false }; },