sc
This commit is contained in:
@@ -232,7 +232,8 @@ function getFollowList() {
|
||||
content: item.content,
|
||||
operateDate: formatDate(item.operateTime),
|
||||
followTime: formatDate(item.operateTime, 'YYYY-MM-DD HH:mm'),
|
||||
nextFollowTime: formatDate(item.nextFollowTime)
|
||||
nextFollowTime: formatDate(item.nextFollowTime),
|
||||
intentionState: item.intentionState
|
||||
}))
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user