Commit 872bfbd3 authored by 周楠's avatar 周楠

fix: word

parent 61103f75
Pipeline #19789 passed with stage
in 1 minute 13 seconds
...@@ -22,7 +22,7 @@ class OnlineService extends Service { ...@@ -22,7 +22,7 @@ class OnlineService extends Service {
let type = await ctx.classModel.V4.CourseOnlineType.findAll({ where: { status: 'online', is_deleted: 0 }, attributes: [ 'id', 'name' ], raw: true }); let type = await ctx.classModel.V4.CourseOnlineType.findAll({ where: { status: 'online', is_deleted: 0 }, attributes: [ 'id', 'name' ], raw: true });
type = [{ id: 0, name: '全部' }].concat(type); type = [{ id: 0, name: '全部' }].concat(type);
// 课程类型 // 课程类型
const price_type = [{ id: 0, name: '全部' }, { id: 2, name: '公益免费课' }, { id: 1, name: '低价体验课' }, { id: 3, name: '正价课' }]; const price_type = [{ id: 0, name: '全部' }, { id: 2, name: '免费公益课' }, { id: 1, name: '低价体验课' }, { id: 3, name: '正价课' }];
const options = { const options = {
cats, cats,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment