fix: 增加状态11,页面初始化就提示过期
This commit is contained in:
parent
6a6990c32f
commit
8990a99207
|
@ -150,7 +150,7 @@
|
||||||
document.title = localStorage.getItem('title');
|
document.title = localStorage.getItem('title');
|
||||||
|
|
||||||
// /* 初始弹窗 */
|
// /* 初始弹窗 */
|
||||||
if (this.goodsInfo.available == 8) {
|
if (this.goodsInfo.available == 8 || this.goodsInfo.available == 11) {
|
||||||
this.is = true;
|
this.is = true;
|
||||||
this.tip(product_status(this.goodsInfo.available, this.goodsInfo), 2);
|
this.tip(product_status(this.goodsInfo.available, this.goodsInfo), 2);
|
||||||
}
|
}
|
||||||
|
|
|
@ -149,7 +149,7 @@
|
||||||
document.title = localStorage.getItem('title');
|
document.title = localStorage.getItem('title');
|
||||||
|
|
||||||
/* 初始弹窗 */
|
/* 初始弹窗 */
|
||||||
if (this.goods.available == 8) {
|
if (this.goods.available == 8 || this.goods.available == 11) {
|
||||||
this.is = true;
|
this.is = true;
|
||||||
this.tip(product_status(this.goods.available, this.goods), 2);
|
this.tip(product_status(this.goods.available, this.goods), 2);
|
||||||
}
|
}
|
||||||
|
|
|
@ -143,7 +143,7 @@
|
||||||
document.title = localStorage.getItem('title');
|
document.title = localStorage.getItem('title');
|
||||||
|
|
||||||
/* 初始弹窗 */
|
/* 初始弹窗 */
|
||||||
if (this.goodsInfo.available == 8) {
|
if (this.goodsInfo.available == 8 || this.goodsInfo.available == 11) {
|
||||||
this.is = true;
|
this.is = true;
|
||||||
this.tip(product_status(this.goodsInfo.available, this.goodsInfo), 2);
|
this.tip(product_status(this.goodsInfo.available, this.goodsInfo), 2);
|
||||||
}
|
}
|
||||||
|
|
|
@ -144,7 +144,7 @@
|
||||||
document.title = localStorage.getItem('title');
|
document.title = localStorage.getItem('title');
|
||||||
|
|
||||||
/* 初始弹窗 */
|
/* 初始弹窗 */
|
||||||
if (this.goods.available == 8) {
|
if (this.goods.available == 8 || this.goods.available == 11) {
|
||||||
this.is = true;
|
this.is = true;
|
||||||
this.tip(product_status(this.goods.available, this.goods), 2);
|
this.tip(product_status(this.goods.available, this.goods), 2);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue