From 3355f5e8534d68330a08ccd98af442fb3430edbd Mon Sep 17 00:00:00 2001 From: puhui999 Date: Fri, 7 Jun 2024 11:29:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=9C=8D=EF=BC=9A=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=88=9D=E6=AD=A5=E6=8A=BD=E7=A6=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 29 +-- pages/chat/components/messageInput.vue | 102 +++++++++++ pages/chat/components/toolsPopup.vue | 166 +++++++++++++++++ pages/chat/index.vue | 238 +++---------------------- pages/chat/socket.js | 9 +- 5 files changed, 314 insertions(+), 230 deletions(-) create mode 100644 pages/chat/components/messageInput.vue create mode 100644 pages/chat/components/toolsPopup.vue diff --git a/pages.json b/pages.json index 1e14b74f..3bf16ebc 100644 --- a/pages.json +++ b/pages.json @@ -86,7 +86,8 @@ ], "subPackages": [{ "root": "pages/goods", - "pages": [{ + "pages": [ + { "path": "index", "style": { "navigationBarTitleText": "商品详情" @@ -150,7 +151,8 @@ }, { "root": "pages/order", - "pages": [{ + "pages": [ + { "path": "detail", "style": { "navigationBarTitleText": "订单详情" @@ -249,7 +251,8 @@ }, { "root": "pages/user", - "pages": [{ + "pages": [ + { "path": "info", "style": { "navigationBarTitleText": "我的信息" @@ -335,7 +338,8 @@ }, { "root": "pages/commission", - "pages": [{ + "pages": [ + { "path": "index", "style": { "navigationBarTitleText": "分销" @@ -432,7 +436,8 @@ }, { "root": "pages/app", - "pages": [{ + "pages": [ + { "path": "sign", "style": { "navigationBarTitleText": "签到中心" @@ -447,7 +452,8 @@ }, { "root": "pages/public", - "pages": [{ + "pages": [ + { "path": "setting", "style": { "navigationBarTitleText": "系统设置" @@ -496,7 +502,8 @@ }, { "root": "pages/coupon", - "pages": [{ + "pages": [ + { "path": "list", "style": { "navigationBarTitleText": "领券中心" @@ -538,7 +545,8 @@ }, { "root": "pages/pay", - "pages": [{ + "pages": [ + { "path": "index", "style": { "navigationBarTitleText": "收银台" @@ -578,7 +586,8 @@ }, { "root": "pages/activity", - "pages": [{ + "pages": [ + { "path": "groupon/detail", "style": { "navigationBarTitleText": "拼团详情" @@ -652,4 +661,4 @@ } ] } -} \ No newline at end of file +} diff --git a/pages/chat/components/messageInput.vue b/pages/chat/components/messageInput.vue new file mode 100644 index 00000000..1714ac55 --- /dev/null +++ b/pages/chat/components/messageInput.vue @@ -0,0 +1,102 @@ + + + + + diff --git a/pages/chat/components/toolsPopup.vue b/pages/chat/components/toolsPopup.vue new file mode 100644 index 00000000..aacac570 --- /dev/null +++ b/pages/chat/components/toolsPopup.vue @@ -0,0 +1,166 @@ + + + + + diff --git a/pages/chat/index.vue b/pages/chat/index.vue index 1d3dfac6..6c4bb1a3 100644 --- a/pages/chat/index.vue +++ b/pages/chat/index.vue @@ -159,119 +159,13 @@ - - - - - - - - + - - - - - - - - - - - - - - - - - + + + +