Commit 1bd68356 authored by 陈志良's avatar 陈志良

修复undefined

parent 299f0125
...@@ -1223,7 +1223,7 @@ router.get('/thread/:tid/exportComments', function(req, res, next) { ...@@ -1223,7 +1223,7 @@ router.get('/thread/:tid/exportComments', function(req, res, next) {
t_time, t_time,
t_from, t_from,
t_from_openId, t_from_openId,
t_from_mid.toString(), t_from_mid?t_from_mid.toString():'暂无',
contentReplace(thread.content), contentReplace(thread.content),
thread.comment_count.toString(), thread.comment_count.toString(),
thread.share_count.toString(), thread.share_count.toString(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment