mirror of
https://github.com/cnodejs/nodeclub.git
synced 2025-12-08 19:55:55 +00:00
little change
This commit is contained in:
parent
ea78f5b5c0
commit
615afc8c2a
@ -419,7 +419,7 @@
|
||||
|
||||
texts = texts.slice(-3);
|
||||
|
||||
$repliesHistory.append('之前三条回复');
|
||||
$repliesHistory.append('@' + loginname + ' 之前的三条回复');
|
||||
texts.forEach(function (text, idx) {
|
||||
$repliesHistory.append('<br>' + idx + '. ' + text);
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user