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);
}