From d8974c0d693b51760ba5ab935aa240512a873a93 Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期二, 25 四月 2023 08:37:29 +0800
Subject: [PATCH] 修改样式,修复已知bug

---
 pages/tabbar-page/index-tabbar/index-tabbar.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/tabbar-page/index-tabbar/index-tabbar.vue b/pages/tabbar-page/index-tabbar/index-tabbar.vue
index a4ff57e..83b66ea 100644
--- a/pages/tabbar-page/index-tabbar/index-tabbar.vue
+++ b/pages/tabbar-page/index-tabbar/index-tabbar.vue
@@ -249,12 +249,12 @@
 					this.messageList = JSON.parse(res.data.slice(5));
 					this.messagePushShow = true;
 				} else {
-					console.log('websocket杩樺湪娲荤潃');
+					console.log('websocket鍚姩涓�');
 				}
 			});
 			socket.onClose(e => {
 				console.log('webSocketClose', e);
-				this.$u.toast('杩炴帴宸叉柇寮�锛岃閲嶆柊杩涘叆璇ラ〉闈紝閲嶈瘯锛侊紒');
+				// this.$u.toast('杩炴帴宸叉柇寮�锛岃閲嶆柊杩涘叆璇ラ〉闈紝閲嶈瘯锛侊紒');
 				this.isconnect = false;
 			});
 			socket.onError(err => {

--
Gitblit v1.9.1