diff --git a/ysf-redPackets.html b/ysf-redPackets.html index 28e442b..fa03a7d 100644 --- a/ysf-redPackets.html +++ b/ysf-redPackets.html @@ -129,7 +129,7 @@ this.isMini = /miniProgram/i.test(ua); /* 初始弹窗 */ - if ([1, 9].includes(ysf.available)) { + if (![1, 9].includes(this.ysf.available)) { this.is = true; this.tip(product_status(this.ysf.available, this.ysf), 2); }