Skip to content

Commit 0f5d3a1

Browse files
save file
1 parent f2ecf4d commit 0f5d3a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

html/chat-room/chat-room.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,10 +241,10 @@
241241
}//msg
242242

243243

244-
post.del = async function({msg_id,username,password}){
244+
post.del = async function({username,password,del_id}){
245245

246246
var ts = display.last;
247-
var result = await post('simple/del',{room_id,msg_id,username,password,ts});
247+
var result = await post('simple/del',{room_id,username,password,del_id,ts});
248248
if(!result)return;
249249

250250
display.result(result);

0 commit comments

Comments
 (0)