接口对接

This commit is contained in:
yanran200730
2023-03-20 09:08:49 +08:00
parent 1c16eb3f62
commit c00768252b
4 changed files with 12 additions and 12 deletions

View File

@@ -29,7 +29,7 @@
<image :src="item.createUserAvatar || 'https://cdn.cunwuyun.cn/wxmp/fengdu/avatar.png'" />
<div class="right">
<h3>{{ item.createUserName }}</h3>
<span>{{ item.publishDepartName }}</span>
<span v-if="item.publishDepartName">{{ item.publishDepartName }}</span>
</div>
</div>
<div class="item-content">
@@ -267,7 +267,6 @@
}
h3 {
margin-bottom: 12px;
color: #333333;
text-align: left;
font-size: 34px;
@@ -275,6 +274,7 @@
}
span {
margin-top: 12px;
color: #999999;
font-size: 28px;
}