mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-26 04:21:27 +08:00
13 lines
256 B
Plaintext
13 lines
256 B
Plaintext
{%- macro client_type(value) %}
|
|
{% if value == 1 %}
|
|
PC
|
|
{% elseif value == 2 %}
|
|
H5
|
|
{% elseif value == 3 %}
|
|
APP
|
|
{% elseif value == 5 %}
|
|
微信小程序
|
|
{% else %}
|
|
N/A
|
|
{% endif %}
|
|
{%- endmacro %} |