mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-07-02 23:16:49 +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 %} |