接口对接

This commit is contained in:
yanran200730
2023-03-17 15:47:31 +08:00
parent 782f632892
commit b3bb77dfc0
4 changed files with 68 additions and 46 deletions

View File

@@ -13,7 +13,7 @@
:key="index"
@click="$linkTo('./Detail?isFrom=topic&id=' + item.id + '&name=' + name + '&themeId=' + themeId)">
<div class="item-top">
<image :src="item.createUserAvatar" />
<image :src="item.createUserAvatar || 'https://cdn.cunwuyun.cn/wxmp/fengdu/avatar.png'" />
<div class="right">
<h3>{{ item.createUserName }}</h3>
<span>{{ item.publishDepartName }}</span>