mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-07-19 22:52:59 +08:00
20 lines
417 B
Plaintext
20 lines
417 B
Plaintext
{% extends 'templates/main.volt' %}
|
|
|
|
{% block content %}
|
|
|
|
{% set pager_url = url({'for':'home.point_gift.pager'}) %}
|
|
|
|
<div class="layui-breadcrumb breadcrumb">
|
|
<a href="/">首页</a>
|
|
<a><cite>积分兑换</cite></a>
|
|
</div>
|
|
|
|
<div id="gift-list" data-url="{{ pager_url }}"></div>
|
|
|
|
{% endblock %}
|
|
|
|
{% block include_js %}
|
|
|
|
{{ js_include('home/js/point.gift.list.js') }}
|
|
|
|
{% endblock %} |