fix:修改弹窗
This commit is contained in:
parent
0b786e0f5d
commit
0193965f8a
|
@ -148,10 +148,10 @@
|
||||||
this.isMini = /miniProgram/i.test(ua);
|
this.isMini = /miniProgram/i.test(ua);
|
||||||
|
|
||||||
/* 初始弹窗 */
|
/* 初始弹窗 */
|
||||||
if (![1, 9].includes(this.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);
|
||||||
}
|
// }
|
||||||
|
|
||||||
/* 倒计时 */
|
/* 倒计时 */
|
||||||
const key_expiration_time = sessionStorage.getItem('key_expiration_time');
|
const key_expiration_time = sessionStorage.getItem('key_expiration_time');
|
||||||
|
|
Loading…
Reference in New Issue