miroir de
https://github.com/ialley-workshop-open/uni-halo.git
synchronisé 2026-06-12 21:29:31 +08:00
update: 瞬间过滤非公开的内容
Cette révision appartient à :
@@ -14,7 +14,7 @@
|
|||||||
<block v-else>
|
<block v-else>
|
||||||
<block v-for="(moment, index) in dataList" :key="index">
|
<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="moment-card">
|
||||||
<view class="head" style="display: flex;align-items: center;">
|
<view class="head" style="display: flex;align-items: center;">
|
||||||
<view class="avatar" style="flex-shrink: 0;">
|
<view class="avatar" style="flex-shrink: 0;">
|
||||||
@@ -154,7 +154,8 @@ export default {
|
|||||||
content: {
|
content: {
|
||||||
html: item.content
|
html: item.content
|
||||||
},
|
},
|
||||||
releaseTime: item.time
|
releaseTime: item.time,
|
||||||
|
visible: "PUBLIC"
|
||||||
},
|
},
|
||||||
images: item.images.map((img) => {
|
images: item.images.map((img) => {
|
||||||
return {
|
return {
|
||||||
|
|||||||
Référencer dans un nouveau ticket
Bloquer un utilisateur