diff --git a/pages/common/postview/index.vue b/pages/common/postview/index.vue
index 09b93c2..283f33d 100644
--- a/pages/common/postview/index.vue
+++ b/pages/common/postview/index.vue
@@ -8,7 +8,7 @@
-
+
@@ -54,38 +54,38 @@
-
+
{{ postValue.transmitCount }}
-
+
{{ postValue.likeCount }}
-
+
{{ postValue.likeCount }}
-
+
{{ postValue.commentCount }}
-
+
{{ postValue.favoriteCount }}
-
+
{{ postValue.favoriteCount }}
diff --git a/pages/index.vue b/pages/index.vue
index b91ad44..9a34891 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -14,14 +14,13 @@
-
+ :list="list1" :current="viewIndex" @click="click">
@@ -139,7 +138,7 @@ import PostView from "@/pages/common/postview/index.vue";
console.log('触底了')
})
- const viewIndex = ref(0);
+ const viewIndex = ref(1);
const searchOpen = ref(false);
const lefther = ref(0);
const searchPrerequisite = ref('热门');
diff --git a/pages/post/postInfo/postInfo.vue b/pages/post/postInfo/postInfo.vue
index ae39fef..f3d47f3 100644
--- a/pages/post/postInfo/postInfo.vue
+++ b/pages/post/postInfo/postInfo.vue
@@ -4,7 +4,7 @@