From 8990a99207cd145c73add4a938f83ff59b925419 Mon Sep 17 00:00:00 2001 From: zhangds Date: Tue, 18 Jun 2024 15:59:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E7=8A=B6=E6=80=8111?= =?UTF-8?q?=EF=BC=8C=E9=A1=B5=E9=9D=A2=E5=88=9D=E5=A7=8B=E5=8C=96=E5=B0=B1?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E8=BF=87=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packkey/zfb-redPackets.html | 2 +- packkey/zfb-reduce.html | 2 +- zfb-redPackets.html | 2 +- zfb-reduce.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packkey/zfb-redPackets.html b/packkey/zfb-redPackets.html index db0b99c..8354733 100644 --- a/packkey/zfb-redPackets.html +++ b/packkey/zfb-redPackets.html @@ -150,7 +150,7 @@ document.title = localStorage.getItem('title'); // /* 初始弹窗 */ - if (this.goodsInfo.available == 8) { + if (this.goodsInfo.available == 8 || this.goodsInfo.available == 11) { this.is = true; this.tip(product_status(this.goodsInfo.available, this.goodsInfo), 2); } diff --git a/packkey/zfb-reduce.html b/packkey/zfb-reduce.html index 50ab969..3db728e 100644 --- a/packkey/zfb-reduce.html +++ b/packkey/zfb-reduce.html @@ -149,7 +149,7 @@ document.title = localStorage.getItem('title'); /* 初始弹窗 */ - if (this.goods.available == 8) { + if (this.goods.available == 8 || this.goods.available == 11) { this.is = true; this.tip(product_status(this.goods.available, this.goods), 2); } diff --git a/zfb-redPackets.html b/zfb-redPackets.html index 856c5c9..2ae2dbd 100644 --- a/zfb-redPackets.html +++ b/zfb-redPackets.html @@ -143,7 +143,7 @@ document.title = localStorage.getItem('title'); /* 初始弹窗 */ - if (this.goodsInfo.available == 8) { + if (this.goodsInfo.available == 8 || this.goodsInfo.available == 11) { this.is = true; this.tip(product_status(this.goodsInfo.available, this.goodsInfo), 2); } diff --git a/zfb-reduce.html b/zfb-reduce.html index 3272989..2275c7c 100644 --- a/zfb-reduce.html +++ b/zfb-reduce.html @@ -144,7 +144,7 @@ document.title = localStorage.getItem('title'); /* 初始弹窗 */ - if (this.goods.available == 8) { + if (this.goods.available == 8 || this.goods.available == 11) { this.is = true; this.tip(product_status(this.goods.available, this.goods), 2); }