From 43079998aceff968164355f13d168490ea21c19d Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Tue, 1 Aug 2023 17:10:04 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=8A=20fix:=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E4=BA=91=E9=97=AA=E4=BB=98=E7=AB=8B=E5=87=8F=E9=87=91H5?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=8A=B6=E6=80=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ysf-reduce.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ysf-reduce.html b/ysf-reduce.html index d0896e7..8e0dc56 100644 --- a/ysf-reduce.html +++ b/ysf-reduce.html @@ -206,7 +206,9 @@ /* 判断是否web-view打开 则不返回 */ if (this.isMini) return; if (this.backAble) { - window.location.replace('./homepage.html'); + setTimeout(() => { + window.location.replace('./homepage.html'); + }, 300); } else { history.go(-2); }