{{ listInfo.user_name }}
{{ listInfo.user_school.length == 0 ? '用户未填写学校信息': listInfo.user_school }}
{{
listInfo.thing_type == 1
? listInfo.thing_status == 0 ? '我要认领' : '已认领'
: listInfo.thing_status == 0 ? '我要归还' : '已寻回'
}}
{{ listInfo.thing_title }}
{{ listInfo.thing_createdtime }}
{{ listInfo.thing_category == 1
? '证件'
: listInfo.thing_category == 2
? '服装'
: listInfo.thing_category == 3
? '数码'
: listInfo.thing_category == 4
? '日用品'
: '其他'
}}
{{ listInfo.thing_introduce }}