Skip to content

Commit 3b62c8a

Browse files
save file
1 parent 0f1bf85 commit 3b62c8a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎html/chat-room/html/chat-room-display/chat-room-display.html‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@
217217

218218
var username = input.username;
219219
var password = input.password;
220-
var result = await post.del({username,password,msg_id})
220+
var del_id = msg_id;
221+
var result = await post.del({username,password,del_id})
221222
if(!result)return;
222223

223224
}//del

0 commit comments

Comments
 (0)