mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-28 13:21:37 +08:00
5 lines
149 B
Plaintext
5 lines
149 B
Plaintext
{%- macro vip_info(value) %}
|
|
{% if value == 1 %}
|
|
<span class="layui-badge layui-bg-orange vip">宾</span>
|
|
{% endif %}
|
|
{%- endmacro %} |