From 7f2edc4bf3b3d2ac429abb9a06ac7f425b2a01fd Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期三, 28 十二月 2022 09:00:42 +0800
Subject: [PATCH] #
---
src/main/webapp/views/index.html | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index c8388f0..3c80877 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -76,7 +76,8 @@
}
, onrestore:{
after: function () {
- top.autoScroll = true;
+ let win = layx.getFrameContext('wcs-news');
+ win.autoScroll = true
}
}
}
--
Gitblit v1.9.1