Explorar el Código

Update video-detail.tsx

lex hace 8 meses
padre
commit
be790f2a39
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/student/video-class/video-detail.tsx

+ 1 - 0
src/student/video-class/video-detail.tsx

@@ -357,6 +357,7 @@ export default defineComponent({
                 courseNum: this.userInfo.lessonNum,
                 coursePrice: this.userInfo.lessonPrice,
                 teacherName: this.userInfo.username,
+                payType: this.userInfo.payType,
                 teacherId: this.userInfo.id,
                 avatar: this.userInfo.headUrl,
                 studentCount: this.userInfo.buyNum,