{%model data="data",table="question_user",order="question_count DESC",alias="a",limit="10",join='{"member": {"join": "left","as":"b","on": ["a.uid", "b.id"]}}',cache="1000"%} {%if data.length>0%}
更多

热门用户

{%for user in data%}

{{user.username}}

{{user.question_count}} 个问题, {{user.agree_count}} 次赞同
{%endfor%}
{%endif%}