This commit is contained in:
结发受长生
2019-05-12 16:49:45 +08:00
parent f02fc05b1e
commit 27a8a8fb19
4 changed files with 5 additions and 5 deletions
@@ -19,7 +19,7 @@
vertical-align: middle;
}
}
#load-top {
#load-tip {
color: $color9;
text-align: center;
display: none;
+1 -1
View File
@@ -7,7 +7,7 @@ const scrollDom = document.getElementById('container')
// 作为底部标记的DOM
const markDom = document.getElementById('footer')
// 加载提示文字
const loadTip = document.getElementById('load-top')
const loadTip = document.getElementById('load-tip')
function loadMoreItems(step) {
scrollLock = true //加载过程中锁定滚动加载