接口对接

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

@@ -5,7 +5,7 @@
<image :src="info.createUserAvatar || 'https://cdn.cunwuyun.cn/wxmp/fengdu/avatar.png'" />
<div class="right">
<h3>{{ info.createUserName }}</h3>
<span>{{ info.publishDepartName }}</span>
<span v-if="item.publishDepartName">{{ info.publishDepartName }}</span>
</div>
</div>
<div class="item-content">
@@ -79,14 +79,14 @@
<image src="https://cdn.cunwuyun.cn/wxmp/fengdu/ic-wechat.png" />
<span>微信</span>
</button>
<button>
<!-- <button open-type="share">
<image src="https://cdn.cunwuyun.cn/wxmp/fengdu/ic-pyq.png" />
<span>朋友圈</span>
</button>
<button>
<image src="https://cdn.cunwuyun.cn/wxmp/fengdu/ic-link.png" />
<span>复制链接</span>
</button>
</button> -->
</div>
</div>
</u-popup>
@@ -500,7 +500,6 @@
}
h3 {
margin-bottom: 12px;
color: #333333;
text-align: left;
font-size: 34px;
@@ -508,6 +507,7 @@
}
span {
margin-top: 12px;
color: #999999;
font-size: 28px;
}