diff --git a/src/uni_modules/uni-load-more/components/uni-load-more/uni-load-more.vue b/src/uni_modules/uni-load-more/components/uni-load-more/uni-load-more.vue
index aa43c55..bfb962a 100644
--- a/src/uni_modules/uni-load-more/components/uni-load-more/uni-load-more.vue
+++ b/src/uni_modules/uni-load-more/components/uni-load-more/uni-load-more.vue
@@ -1,404 +1,452 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ status === 'more' ? contentdownText : status === 'loading' ? contentrefreshText : contentnomoreText }}
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ status === "more"
+ ? contentdownText
+ : status === "loading"
+ ? contentrefreshText
+ : contentnomoreText
+ }}
+