修改我的动态文字

This commit is contained in:
zhaofang
2022-10-28 17:29:46 +08:00
parent 275e1ac2a9
commit 835c22e9e8
7 changed files with 14 additions and 17 deletions

View File

@@ -25,7 +25,8 @@
</ul>
<div v-else class="home-no-list">
<img class="img" style="width:204px;height:160px" :src="`${webBaseUrl}/images/homeWu/no-put.png`" alt="" srcset="">
<p class="text">还没有提问</p>
<p v-if="isFollow" class="text">暂时没有动态</p>
<p v-else class="text">还没有提问</p>
</div>
</div>
</template>