{% extends 'templates/layer.volt' %} {% block content %}
  • 成员
  • 群组
{{ partial('im/find_users',{'pager':user_pager}) }}
{{ partial('im/find_groups',{'pager':group_pager}) }}
{% endblock %} {% block include_js %} {{ js_include('web/js/im.find.js') }} {% endblock %}