|
@@ -13,6 +13,7 @@ import iconTimer from '@common/images/icon_timer2.png'
|
|
|
* @param {type} headUrl 头像
|
|
|
* @param {type} username 姓名
|
|
|
* @param {type} startTime 开始时间
|
|
|
+ * @param {type} courseStartTime
|
|
|
* @param {type} buyNum 购买用户数
|
|
|
* @param {type} payType 收费方式
|
|
|
* @param {type} type 课程类型
|
|
@@ -35,7 +36,7 @@ interface UserType {
|
|
|
lessonPrice: number
|
|
|
lessonNum?: number
|
|
|
lessonDesc?: string
|
|
|
- mixStudentNum?: string
|
|
|
+ mixStudentNum?: string | number
|
|
|
lessonCoverUrl: string
|
|
|
lessonName: string
|
|
|
auditVersion: number
|