This commit is contained in:
red-deng-deng 2022-01-22 17:43:30 +08:00
parent eb20e47125
commit ee50dbdefc
1 changed files with 4 additions and 3 deletions

View File

@ -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;