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