💊 fix: 修复bug

This commit is contained in:
wangsongsole 2023-07-26 20:56:48 +08:00
parent b9e13fbcb7
commit cca85369b2
1 changed files with 1 additions and 1 deletions

View File

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