接口对接

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

@@ -26,7 +26,7 @@
<div class="AppCircle-list">
<div class="item" v-for="(item, index) in list" :key="index" @click="$linkTo('./Detail?id=' + item.id + '&name=' + item.topicName + '&themeId=' + item.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>