fix: 增加状态11,页面初始化就提示过期

This commit is contained in:
zhangds 2024-06-18 15:59:12 +08:00
parent 6a6990c32f
commit 8990a99207
4 changed files with 4 additions and 4 deletions

View File

@ -150,7 +150,7 @@
document.title = localStorage.getItem('title');
// /* 初始弹窗 */
if (this.goodsInfo.available == 8) {
if (this.goodsInfo.available == 8 || this.goodsInfo.available == 11) {
this.is = true;
this.tip(product_status(this.goodsInfo.available, this.goodsInfo), 2);
}

View File

@ -149,7 +149,7 @@
document.title = localStorage.getItem('title');
/* 初始弹窗 */
if (this.goods.available == 8) {
if (this.goods.available == 8 || this.goods.available == 11) {
this.is = true;
this.tip(product_status(this.goods.available, this.goods), 2);
}

View File

@ -143,7 +143,7 @@
document.title = localStorage.getItem('title');
/* 初始弹窗 */
if (this.goodsInfo.available == 8) {
if (this.goodsInfo.available == 8 || this.goodsInfo.available == 11) {
this.is = true;
this.tip(product_status(this.goodsInfo.available, this.goodsInfo), 2);
}

View File

@ -144,7 +144,7 @@
document.title = localStorage.getItem('title');
/* 初始弹窗 */
if (this.goods.available == 8) {
if (this.goods.available == 8 || this.goods.available == 11) {
this.is = true;
this.tip(product_status(this.goods.available, this.goods), 2);
}