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