diff --git a/index.html b/index.html index 407dda7..3cc2971 100644 --- a/index.html +++ b/index.html @@ -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;