Browse Source

Update video-detail.tsx

lex 8 months ago
parent
commit
be790f2a39
1 changed files with 1 additions and 0 deletions
  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,