mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-22 11:41:27 +08:00
补充course_user中教师来源类型
This commit is contained in:
parent
13b3327b2f
commit
2c9f3b7577
@ -11,9 +11,11 @@
|
|||||||
积分兑换
|
积分兑换
|
||||||
{% elseif value == 6 %}
|
{% elseif value == 6 %}
|
||||||
抽奖兑换
|
抽奖兑换
|
||||||
|
{% elseif value == 7 %}
|
||||||
|
教师
|
||||||
{% elseif value == 10 %}
|
{% elseif value == 10 %}
|
||||||
试听
|
试听
|
||||||
{% else %}
|
{% else %}
|
||||||
N/A
|
N/A
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- endmacro %}
|
{%- endmacro %}
|
||||||
|
@ -11,5 +11,11 @@
|
|||||||
积分
|
积分
|
||||||
{% elseif value == 6 %}
|
{% elseif value == 6 %}
|
||||||
抽奖
|
抽奖
|
||||||
|
{% elseif value == 7 %}
|
||||||
|
教师
|
||||||
|
{% elseif value == 10 %}
|
||||||
|
试听
|
||||||
|
{% else %}
|
||||||
|
N/A
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- endmacro %}
|
{%- endmacro %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user