From 3a3517b5bee565c40e6ab9775a591ca89fe1fc87 Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 17 Feb 2022 09:37:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BE=A4=E7=9A=84=E7=B3=BB=E7=BB=9F=E6=B6=88?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .DS_Store | Bin 12292 -> 14340 bytes pages/im/components/groupUserList.vue | 92 ++++++++++++++------------ pages/im/group/chat.nvue | 33 +++++++-- pages/im/private/chat.nvue | 4 +- 4 files changed, 81 insertions(+), 48 deletions(-) diff --git a/.DS_Store b/.DS_Store index 0451fa5350573968a44737610eb8813fa8341acb..c1a2c05689ed421f0ce5b68a5d14a53025647039 100644 GIT binary patch delta 210 zcmZokXem%&U|?W$DortDU@!nOIe-{M3-ADmHUC;gB?JT~>nezEekh^EKCwY^Gdl+h2cyPj4S~n}6B}eUb1R%< z+WcQBpJlQDkX%;9A@(M`YU~-Ph#LbsgN|~S*)BymjsWe9b diff --git a/pages/im/components/groupUserList.vue b/pages/im/components/groupUserList.vue index 5a3cfcf..ad222ad 100644 --- a/pages/im/components/groupUserList.vue +++ b/pages/im/components/groupUserList.vue @@ -3,13 +3,16 @@ - + + + 管理 + 群主 + {{ item.name }} - 管理 - 群主 - + 邀请好友 @@ -58,17 +61,16 @@ currentUser: {}, avatarSize: 40 } - }, - computed: { - contact() { - return function(targetId) { - return this.$store.getters.contactInfo(targetId) - } - } + }, + computed: { + contact() { + return function(targetId) { + return this.$store.getters.contactInfo(targetId) + } + } }, created() { - this.avatarSize = 126 / 750 * wx.getSystemInfoSync().windowWidth - console.log(this.avatarSize) + this.avatarSize = 90 / 750 * wx.getSystemInfoSync().windowWidth }, mounted() { this.initGroupInfo() @@ -237,7 +239,6 @@ } -