1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-07-15 12:52:21 +08:00
2020-08-01 19:41:35 +08:00

20 lines
406 B
Plaintext

{% extends 'templates/main.volt' %}
{% block content %}
{% set pager_url = url({'for':'web.im_group.pager'}) %}
<div class="layui-breadcrumb breadcrumb">
<a href="/">首页</a>
<a><cite>群组</cite></a>
</div>
<div id="group-list" data-url="{{ pager_url }}"></div>
{% endblock %}
{% block include_js %}
{{ js_include('web/js/im_group.list.js') }}
{% endblock %}