接口对接

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;
}

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;
}

View File

@@ -30,7 +30,7 @@
<image class="avatar" :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>
<image @click="remove(item.id)" class="remove" src="https://cdn.cunwuyun.cn/wxmp/fengdu/ic-delete.png" />
</div>
@@ -64,7 +64,7 @@
<image class="avatar" :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">
@@ -490,7 +490,6 @@
}
h3 {
margin-bottom: 12px;
color: #333333;
text-align: left;
font-size: 34px;
@@ -498,6 +497,7 @@
}
span {
margin-top: 12px;
color: #999999;
font-size: 28px;
}
@@ -550,7 +550,6 @@
}
h3 {
margin-bottom: 12px;
color: #333333;
text-align: left;
font-size: 34px;
@@ -558,6 +557,7 @@
}
span {
margin-top: 12px;
color: #999999;
font-size: 28px;
}

View File

@@ -16,7 +16,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">
@@ -187,7 +187,6 @@
}
h3 {
margin-bottom: 12px;
color: #333333;
text-align: left;
font-size: 34px;
@@ -195,6 +194,7 @@
}
span {
margin-top: 12px;
color: #999999;
font-size: 28px;
}