💊 fix: 修复bug
This commit is contained in:
parent
b9e13fbcb7
commit
cca85369b2
|
@ -129,7 +129,7 @@
|
||||||
this.isMini = /miniProgram/i.test(ua);
|
this.isMini = /miniProgram/i.test(ua);
|
||||||
|
|
||||||
/* 初始弹窗 */
|
/* 初始弹窗 */
|
||||||
if ([1, 9].includes(ysf.available)) {
|
if (![1, 9].includes(this.ysf.available)) {
|
||||||
this.is = true;
|
this.is = true;
|
||||||
this.tip(product_status(this.ysf.available, this.ysf), 2);
|
this.tip(product_status(this.ysf.available, this.ysf), 2);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue