diff --git a/src/main/resources/static/linfeng-community-uniapp-ky/pages/post/post.vue b/src/main/resources/static/linfeng-community-uniapp-ky/pages/post/post.vue
index d2f2df1..a0ba72d 100644
--- a/src/main/resources/static/linfeng-community-uniapp-ky/pages/post/post.vue
+++ b/src/main/resources/static/linfeng-community-uniapp-ky/pages/post/post.vue
@@ -64,7 +64,7 @@
- {{ postDetail.collectionCount }}
+ {{ postDetail.collectionCount}}
@@ -75,7 +75,7 @@
- {{ postDetail.commentCount }}
+ {{ postDetail.commentCount || 0 }}
@@ -742,11 +742,6 @@
}
}
-
- video {
- width: 100%;
- }
-
.post-text {
white-space: pre-wrap;
}
diff --git a/src/main/resources/static/linfeng-community-uniapp-ky/pages/user/home.vue b/src/main/resources/static/linfeng-community-uniapp-ky/pages/user/home.vue
index 807421d..b1250e8 100644
--- a/src/main/resources/static/linfeng-community-uniapp-ky/pages/user/home.vue
+++ b/src/main/resources/static/linfeng-community-uniapp-ky/pages/user/home.vue
@@ -283,9 +283,7 @@
margin-right: 10rpx;
}
}
-
.title-desc {
- // margin-left: 30rpx;
margin: auto;
font-size: 32rpx;
color: #565656;