Skip to content

Commit 9eb9ac8

Browse files
authored
Update index.js
1 parent ea98e24 commit 9eb9ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/chat/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function getUsernameColor(username) {
5858

5959
Page({
6060
data: {
61-
inputContent: 'Hello everybody',
61+
inputContent: 'Hi guys, Im testing weapp socket.io',
6262
messages: [],
6363
lastMessageId: 'none',
6464
},

0 commit comments

Comments
 (0)