完成图片、文件兼容修改语音icon 回复头像显示

This commit is contained in:
2025-07-05 14:25:53 +08:00
parent ad33895b6d
commit 179005822d
21 changed files with 2715 additions and 73 deletions

View File

@@ -2,8 +2,8 @@
<view class="page_container">
<view class="login">
<view class="logo">
<img src="static/images/logo.png" alt="" />
<view class="title">欢迎使用福安德内部平台</view>
<img src="/static/logo.png" alt="" />
<view class="title">欢迎使用德迅福安德信息科技有限公司内部交流平台</view>
</view>
<u-tabs :list="list" @click="click"></u-tabs>
<u-form
@@ -209,8 +209,8 @@ export default {
this.$store.dispatch("user/getSelfInfo");
this.$store.dispatch("conversation/getConversationList");
this.$store.dispatch("conversation/getUnReadCount");
// this.$store.dispatch("contact/getFriendList");
// this.$store.dispatch("contact/getGrouplist");
this.$store.dispatch("contact/getFriendList");
this.$store.dispatch("contact/getGrouplist");
this.$store.dispatch("contact/getBlacklist");
this.$store.dispatch("contact/getRecvFriendApplications");
this.$store.dispatch("contact/getSentFriendApplications");
@@ -316,21 +316,27 @@ export default {
);
.title {
font-size: 34rpx;
font-weight: 700;
font-size: 28rpx;
font-weight: 600;
margin-bottom: 64rpx;
// color: $u-primary;
line-height: 1.4;
text-align: center;
color: #333;
max-width: 100%;
word-wrap: break-word;
}
.logo {
display: flex;
flex-direction: column;
justify-content: start;
align-items: start;
justify-content: center;
align-items: center;
margin-bottom: 40rpx;
img {
width: 160rpx;
height: 160rpx;
margin-bottom: 20rpx;
}
}