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); }