From d4d366a357ea3521cde2bdd416822cfb77a73cc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E6=98=8E=E6=98=8E?= <970899069@qq.com> Date: Wed, 19 Jan 2022 16:49:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=81=8A=E5=A4=A9=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .hbuilderx/launch.json | 2 +- App.vue | 8 +- pages.json | 23 ++- pages/im/friends/index.vue | 9 +- pages/im/index.vue | 245 +++++++++++++++++++----------- pages/im/private/index.vue | 281 ++++++++++++++++++----------------- pages/im/private/setting.vue | 5 +- 7 files changed, 330 insertions(+), 243 deletions(-) diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index a97fd25..59d78d5 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -4,7 +4,7 @@ "configurations": [{ "app-plus" : { - "launchtype" : "local" + "launchtype" : "remote" }, "default" : { diff --git a/App.vue b/App.vue index 8a45324..b59f73f 100644 --- a/App.vue +++ b/App.vue @@ -1,12 +1,12 @@ - diff --git a/pages/im/private/index.vue b/pages/im/private/index.vue index 6cb5d5b..988a19a 100644 --- a/pages/im/private/index.vue +++ b/pages/im/private/index.vue @@ -1,41 +1,33 @@ - - - - - - - - - - {{ item.content.content }} - - - 未读 - - - - - - - - {{ item.sentTime|timeCustomCN }} - - - - - + + + + + + + {{ item.sentTime|timeCustomCN }} + + + + {{ item.content.content }} + + + {{ item.sentStatus == 50 ? '已读': '未读'}} + + + + + + + + + + 发送 + + diff --git a/pages/im/private/setting.vue b/pages/im/private/setting.vue index 89d97db..4082d1d 100644 --- a/pages/im/private/setting.vue +++ b/pages/im/private/setting.vue @@ -3,7 +3,7 @@ 会话设置 {{ targetId}} 免打扰开关 {{status}} 置顶会话 {{isTop}} - + 会首页 @@ -64,5 +64,6 @@ } -