From 5a3a78036cc4a6b75c0a948dd18e66ceecbfb98c Mon Sep 17 00:00:00 2001
From: zhenyuWang <13641039885@163.com>
Date: Sat, 8 Jul 2023 17:51:16 +0800
Subject: [PATCH] fix(socket): type error
---
.../websocket-global/websocket-global.uvue | 340 ++++++++++--------
.../websocket-socketTask.uvue | 339 +++++++++--------
2 files changed, 372 insertions(+), 307 deletions(-)
diff --git a/pages/API/websocket-global/websocket-global.uvue b/pages/API/websocket-global/websocket-global.uvue
index 061138c0..33b92d5c 100644
--- a/pages/API/websocket-global/websocket-global.uvue
+++ b/pages/API/websocket-global/websocket-global.uvue
@@ -1,165 +1,199 @@
-
-
-
-
- {{showMsg}}
-
-
-
- 发送消息后会收到一条服务器返回的消息(与发送的消息内容一致)
-
-
-
+
+
+
+
+ {{ showMsg }}
+
+
+
+ 发送消息后会收到一条服务器返回的消息(与发送的消息内容一致)
+
+
+
-
\ No newline at end of file
+.websocket-tips {
+ padding: 40px 0px;
+ text-align: center;
+ font-size: 14px;
+ line-height: 24px;
+ color: #666666;
+}
+
diff --git a/pages/API/websocket-socketTask/websocket-socketTask.uvue b/pages/API/websocket-socketTask/websocket-socketTask.uvue
index 7c29ddf0..26a1711f 100644
--- a/pages/API/websocket-socketTask/websocket-socketTask.uvue
+++ b/pages/API/websocket-socketTask/websocket-socketTask.uvue
@@ -1,163 +1,194 @@
-
-
-
-
- {{showMsg}}
-
-
-
- 发送消息后会收到一条服务器返回的消息(与发送的消息内容一致)
-
-
-
+
+
+
+
+ {{ showMsg }}
+
+
+
+ 发送消息后会收到一条服务器返回的消息(与发送的消息内容一致)
+
+
+
-
\ No newline at end of file
+.websocket-tips {
+ padding: 40px 0px;
+ text-align: center;
+ font-size: 14px;
+ line-height: 24px;
+ color: #666666;
+}
+
--
GitLab