diff --git a/src/main/resources/static/linfeng-community-uniapp-ky/index.html b/src/main/resources/static/linfeng-community-uniapp-ky/index.html
index 1cc887d..c03628f 100644
--- a/src/main/resources/static/linfeng-community-uniapp-ky/index.html
+++ b/src/main/resources/static/linfeng-community-uniapp-ky/index.html
@@ -9,7 +9,7 @@
'')
-
+ 林风社交论坛开源版
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 08983d9..ef25ff1 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
@@ -355,6 +355,10 @@
});
},
getPostDetail() {
+ uni.showLoading({
+ mask: true,
+ title: '加载中'
+ });
this.$H
.get('post/detail', {
id: this.postId
@@ -369,6 +373,7 @@
}, 1500);
}
this.postDetail = res.result;
+ uni.hideLoading();
});
},
cancelCollection() {