This commit is contained in:
parent
eb20e47125
commit
ee50dbdefc
|
@ -175,10 +175,11 @@
|
||||||
sessionStorage.setItem('haskey', keyCode);
|
sessionStorage.setItem('haskey', keyCode);
|
||||||
this.promttip = '正在加载商品...';
|
this.promttip = '正在加载商品...';
|
||||||
this.openDialog();
|
this.openDialog();
|
||||||
setTimeout(() => {
|
console.log(178,'即将跳转页面');
|
||||||
|
// setTimeout(() => {
|
||||||
// window.location.replace("./homepage.html");
|
// window.location.replace("./homepage.html");
|
||||||
window.location.href='./index.html'
|
// window.location.href='./index.html'
|
||||||
}, 3000);
|
// }, 3000);
|
||||||
} else {
|
} else {
|
||||||
self.maskshow = true;
|
self.maskshow = true;
|
||||||
self.tiptext = res.message;
|
self.tiptext = res.message;
|
||||||
|
|
Loading…
Reference in New Issue