diff --git a/.DS_Store b/.DS_Store index c1a2c05..6a740ac 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/pages/im/group/index.vue b/pages/im/group/index.vue index da337e4..6ff481d 100644 --- a/pages/im/group/index.vue +++ b/pages/im/group/index.vue @@ -3,16 +3,15 @@ 群聊 - + - {{item.name}} 共10人 + {{item.name}} 共{{item.people_count}} 成员 {{groups.length}}个群聊 - + 空空如也~ { + getMyGroups().then((res) => { + console.log(res,'res...') if (res.length > 0) { this.bg = '#f9f9f9' } else { diff --git a/pages/im/group/info.vue b/pages/im/group/info.vue index bfabfe5..be84427 100644 --- a/pages/im/group/info.vue +++ b/pages/im/group/info.vue @@ -34,7 +34,7 @@ - + diff --git a/static/.DS_Store b/static/.DS_Store index d013e42..c67e41f 100644 Binary files a/static/.DS_Store and b/static/.DS_Store differ diff --git a/static/user/cover-s.png b/static/user/cover-s.png new file mode 100644 index 0000000..d085348 Binary files /dev/null and b/static/user/cover-s.png differ