diff --git a/source/_posts/前端杂烩/照片墙开发记录.md b/source/_posts/前端杂烩/照片墙开发记录.md
index 08a68e6..dbb8cc6 100644
--- a/source/_posts/前端杂烩/照片墙开发记录.md
+++ b/source/_posts/前端杂烩/照片墙开发记录.md
@@ -126,7 +126,7 @@ date: 2019-05-12 15:50:10
pageid: PhotoWall
---
-
正在加载ԅ( ¯་། ¯ԅ)
+正在加载ԅ( ¯་། ¯ԅ)
```
这里写个**pageid**是为了方便在js当中区分自定义页面
从而执行chunk的动态加载, 避免影响其他页面的加载速度
@@ -151,7 +151,7 @@ pageid: PhotoWall
vertical-align: middle;
}
}
-#load-top {
+#load-tip {
color: $color9;
text-align: center;
display: none;
diff --git a/source/photo_wall/index.md b/source/photo_wall/index.md
index 329291e..033c1f8 100644
--- a/source/photo_wall/index.md
+++ b/source/photo_wall/index.md
@@ -4,4 +4,4 @@ date: 2019-05-12 15:50:10
pageid: PhotoWall
---
-正在加载ԅ( ¯་། ¯ԅ)
+正在加载ԅ( ¯་། ¯ԅ)
diff --git a/themes/yilia/source-src/css/page/photo-wall.scss b/themes/yilia/source-src/css/page/photo-wall.scss
index 2c39a52..8ace81d 100644
--- a/themes/yilia/source-src/css/page/photo-wall.scss
+++ b/themes/yilia/source-src/css/page/photo-wall.scss
@@ -19,7 +19,7 @@
vertical-align: middle;
}
}
-#load-top {
+#load-tip {
color: $color9;
text-align: center;
display: none;
diff --git a/themes/yilia/source-src/js/photo-wall.js b/themes/yilia/source-src/js/photo-wall.js
index 90f243b..80908ac 100644
--- a/themes/yilia/source-src/js/photo-wall.js
+++ b/themes/yilia/source-src/js/photo-wall.js
@@ -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 //加载过程中锁定滚动加载