-
-
-
-
+
+
+
+
{{friend.nickName}} 请求和您进行视频通话...
@@ -103,26 +103,78 @@
+
\ No newline at end of file
diff --git a/im-ui/src/components/common/HeadImage.vue b/im-ui/src/components/common/HeadImage.vue
index 9c34808..72ea6e0 100644
--- a/im-ui/src/components/common/HeadImage.vue
+++ b/im-ui/src/components/common/HeadImage.vue
@@ -32,7 +32,7 @@
},
name:{
type: String,
- default: "X"
+ default: "?"
},
online:{
type: Boolean,
@@ -41,6 +41,7 @@
},
methods:{
showUserInfo(e){
+ console.log(this.id)
if(this.id && this.id>0){
this.$http({
url: `/user/find/${this.id}`,
diff --git a/im-uniapp/components/chat-message-item/chat-message-item.vue b/im-uniapp/components/chat-message-item/chat-message-item.vue
index 3357fc2..fcc805a 100644
--- a/im-uniapp/components/chat-message-item/chat-message-item.vue
+++ b/im-uniapp/components/chat-message-item/chat-message-item.vue
@@ -6,12 +6,8 @@
-
-
-
-
{{showName}}
@@ -22,7 +18,7 @@
:nodes="$emo.transform(msgInfo.content)">
-
@@ -191,6 +187,9 @@
.chat-msg-tip {
line-height: 60rpx;
text-align: center;
+ color: #555;
+ font-size: 24rpx;
+ padding: 10rpx;
}
.chat-msg-normal {
@@ -206,8 +205,6 @@
left: 0;
}
-
-
.chat-msg-content {
text-align: left;
@@ -263,8 +260,9 @@
.send-image {
min-width: 200rpx;
- min-height: 150rpx;
- max-width: 500rpx;
+ min-height: 200rpx;
+ max-width: 400rpx;
+ max-height: 400rpx;
border: 8rpx solid #ebebf5;
cursor: pointer;
}
diff --git a/im-uniapp/pages/group/group-edit.vue b/im-uniapp/pages/group/group-edit.vue
index c09fe21..4658cd0 100644
--- a/im-uniapp/pages/group/group-edit.vue
+++ b/im-uniapp/pages/group/group-edit.vue
@@ -4,7 +4,7 @@
label-width="100%">
-
+
@@ -141,9 +141,11 @@
.group-edit {
padding: 20rpx;
- .head-image {
+ .group-image {
width: 200rpx;
height: 200rpx;
+ border: 1px solid #ccc;
+ border-radius: 5%;
}
}
\ No newline at end of file
diff --git a/im-uniapp/pages/mine/mine.vue b/im-uniapp/pages/mine/mine.vue
index 31c6027..3c6b87e 100644
--- a/im-uniapp/pages/mine/mine.vue
+++ b/im-uniapp/pages/mine/mine.vue
@@ -1,9 +1,9 @@
-
-
-
+
@@ -77,20 +77,6 @@
justify-content: space-between;
padding: 20rpx;
- .avatar {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 160rpx;
- height: 160rpx;
-
- .head-image {
- width: 100%;
- height: 100%;
- border-radius: 10%;
- }
- }
-
.info-item {
display: flex;
align-items: flex-start;