diff --git a/App.vue b/App.vue
index 0ea7c2d..9fedd72 100644
--- a/App.vue
+++ b/App.vue
@@ -29,13 +29,36 @@ export default {
diff --git a/pages/message/article-list.vue b/pages/message/article-list.vue
index 83f488d..6880edf 100644
--- a/pages/message/article-list.vue
+++ b/pages/message/article-list.vue
@@ -19,10 +19,10 @@
v-for="cate in categoryList"
:key="cate._id || 'all'"
class="category-item"
- :class="{ active: currentCateId === (cate._id || 'all') }"
+ :class="{ active: currentCateId === cate._id }"
@click="selectCategory(cate)"
>
- {{ cate.name }}
+ {{ cate.label }}
@@ -54,17 +54,17 @@
>
{{ article.title }}
- 创建时间:{{ article.date }}
-
-
-
+
+ {{ article.date }}
+
+
@@ -75,8 +75,7 @@
+ class="no-more">
没有更多了
@@ -94,7 +93,9 @@
-
+
+
+