update: 瞬间过滤非公开的内容

This commit is contained in:
小莫唐尼 2025-02-07 21:11:48 +08:00
parent 27b3d31828
commit 044f737016

View File

@ -14,7 +14,7 @@
<block v-else>
<block v-for="(moment, index) in dataList" :key="index">
<!-- 卡片 -->
<tm-translate animation-name="fadeUp" :wait="calcAniWait()">
<tm-translate v-if="moment.spec.visible==='PUBLIC'" animation-name="fadeUp" :wait="calcAniWait()">
<view class="moment-card">
<view class="head" style="display: flex;align-items: center;">
<view class="avatar" style="flex-shrink: 0;">
@ -154,7 +154,8 @@ export default {
content: {
html: item.content
},
releaseTime: item.time
releaseTime: item.time,
visible: "PUBLIC"
},
images: item.images.map((img) => {
return {