fix:修改弹窗

This commit is contained in:
zhangds 2024-06-18 14:56:44 +08:00
parent 0b786e0f5d
commit 0193965f8a
1 changed files with 4 additions and 4 deletions

View File

@ -148,10 +148,10 @@
this.isMini = /miniProgram/i.test(ua);
/* 初始弹窗 */
if (![1, 9].includes(this.ysf.available)) {
this.is = true;
this.tip(product_status(this.ysf.available, this.ysf), 2);
}
// if (![1, 9].includes(this.ysf.available)) {
// this.is = true;
// this.tip(product_status(this.ysf.available, this.ysf), 2);
// }
/* 倒计时 */
const key_expiration_time = sessionStorage.getItem('key_expiration_time');