隐藏好友栏

pull/406/head
HXY 2 years ago
parent a7e8b5173a
commit 2687e69abc

@ -687,9 +687,9 @@ const submitPost = () => {
attachmentContents.value = [];
visitType.value = defaultVisitType.value;
//转到初始页面,待优化,用于一键分享,但是和“正在关注”“热门推荐”推文发布存在冲突
// router.push({
// name: "home",
// });
router.push({
name: "home",
});
})
.catch((err) => {
submitting.value = false;

@ -8,7 +8,7 @@
<compose @post-success="onPostSuccess" />
</n-list-item>
<n-list-item v-if="showFriendsBar" >
<!-- <n-list-item v-if="showFriendsBar" >
<SlideBar v-model="slideBarList" :wheel-blocks="wheelBlocks" :init-blocks="initBlocks" @click="handleBarClick" tag="div" sub-tag="div">
<template #default="data">
<div class="slide-bar-item">
@ -28,7 +28,7 @@
</div>
</template>
</SlideBar>
</n-list-item>
</n-list-item> -->
<div v-if="loading && list.length === 0" class="skeleton-wrap">
<post-skeleton :num="pageSize" />

Loading…
Cancel
Save