Skip to content

Commit eff3f87

Browse files
save file
1 parent 0f5d3a1 commit eff3f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128

129129

130130
display.list = function(list){
131-
131+
console.json(list);
132132
list.forEach(item=>{
133133

134134
var result = msgs.find(msg=>msg.msg_id===item.msg_id);

0 commit comments

Comments
 (0)