|
|
@ -114,9 +114,11 @@ |
|
|
like.tableLists("#like-table-lists", "{:url()}", [ |
|
|
like.tableLists("#like-table-lists", "{:url()}", [ |
|
|
{field:"user", align:"center",width: 240, title:"会员信息", templet: "#table-userInfo"} |
|
|
{field:"user", align:"center",width: 240, title:"会员信息", templet: "#table-userInfo"} |
|
|
,{field:"category", width: 150,title:"任务分类"} |
|
|
,{field:"category", width: 150,title:"任务分类"} |
|
|
|
|
|
,{field:"address", width: 150,title:"区域"} |
|
|
,{field:"content", width: 200,title:"任务内容"} |
|
|
,{field:"content", width: 200,title:"任务内容"} |
|
|
,{field:"images", width: 250, align:"left", title:"图片", templet: "#table-image"} |
|
|
,{field:"images", width: 250, align:"left", title:"图片", templet: "#table-image"} |
|
|
,{field:"contact", width: 250, align:"left", title:"联系方式", templet: "#table-contact"} |
|
|
,{field:"contact", width: 250, align:"left", title:"联系方式", templet: "#table-contact"} |
|
|
|
|
|
|
|
|
,{field:"like", width: 100, align:"center", title:"点赞数"} |
|
|
,{field:"like", width: 100, align:"center", title:"点赞数"} |
|
|
,{field:"comment", width: 100, align:"center", title:"评论数"} |
|
|
,{field:"comment", width: 100, align:"center", title:"评论数"} |
|
|
,{field:"status_desc", width: 120, align:"center", title:"状态"} |
|
|
,{field:"status_desc", width: 120, align:"center", title:"状态"} |
|
|
|