mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-24 04:01:31 +08:00
9 lines
186 B
Plaintext
9 lines
186 B
Plaintext
{%- macro type_info(value) %}
|
|
{% if value == 1 %}
|
|
课程
|
|
{% elseif value == 2 %}
|
|
水吧
|
|
{% elseif value == 3 %}
|
|
职工
|
|
{% endif %}
|
|
{%- endmacro %} |