活动暂停,禁止进入商品列表页
This commit is contained in:
parent
ea8b62aa10
commit
cafc346dad
15
index.html
15
index.html
|
@ -285,6 +285,7 @@
|
|||
sessionStorage.setItem('showType', 1);
|
||||
sessionStorage.setItem('white_link',window.location.href);
|
||||
let tokenArr = res.data.data;
|
||||
let istoGoods=true;
|
||||
for(item of tokenArr){
|
||||
let obj={}
|
||||
let data = {
|
||||
|
@ -298,6 +299,7 @@
|
|||
self.maskshow = true;
|
||||
self.tiptext = res.message;
|
||||
self.popboxshow = true;
|
||||
istoGoods=false;
|
||||
}
|
||||
}).catch(err => {
|
||||
self.maskshow = true;
|
||||
|
@ -305,12 +307,15 @@
|
|||
self.popboxshow = true;
|
||||
});
|
||||
};
|
||||
if(istoGoods){
|
||||
sessionStorage.setItem('getTokenList',JSON.stringify(getTokenList));
|
||||
this.promttip = '正在加载商品...';
|
||||
this.openDialog();
|
||||
setTimeout(() => {
|
||||
window.location.href = './homepage.html';
|
||||
}, 2000);
|
||||
this.promttip = '正在加载商品...';
|
||||
this.openDialog();
|
||||
setTimeout(() => {
|
||||
window.location.href = './homepage.html';
|
||||
}, 2000);
|
||||
|
||||
}
|
||||
} else {
|
||||
self.maskshow = true;
|
||||
self.tiptext = res.data.message;
|
||||
|
|
Loading…
Reference in New Issue