has the following comment data, two times subtract in the format can get "X days later append comment"
but how to get X, the calculation property seems to be possible, but can not be written.
list:[
{
...
time:1111, //
againTime:2222 //,
},
{
...
time:1111,
againTime:
},
{
...
time:1111,
againTime:3333
},
]