fix(route): jike/topic change id format (#9864)
This commit is contained in:
parent
4a7d0f4d43
commit
8057f07dd2
|
|
@ -39,7 +39,7 @@ module.exports = {
|
|||
// 添加内容作者信息
|
||||
if (item.user) {
|
||||
author = item.user.screenName;
|
||||
description += `<span>用户昵称:${author} <br> ID:${item.user.id}</span><br>`;
|
||||
description += `<span>用户昵称:${author} <br> Username:${item.user.username}</span><br>`;
|
||||
}
|
||||
|
||||
if (item.linkInfo) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue