1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-07-28 02:50:42 +08:00

补充course_user中教师来源类型

This commit is contained in:
xiaochong0302 2025-06-19 10:01:37 +08:00
parent 26feb2f54d
commit 646f81c2a7
2 changed files with 10 additions and 2 deletions

View File

@ -11,9 +11,11 @@
积分兑换
{% elseif value == 6 %}
抽奖兑换
{% elseif value == 7 %}
教师
{% elseif value == 10 %}
试听
{% else %}
N/A
{% endif %}
{%- endmacro %}
{%- endmacro %}

View File

@ -11,5 +11,11 @@
积分
{% elseif value == 6 %}
抽奖
{% elseif value == 7 %}
教师
{% elseif value == 10 %}
试听
{% else %}
N/A
{% endif %}
{%- endmacro %}
{%- endmacro %}