ソースを参照

Update video-detail.tsx

lex 8 ヶ月 前
コミット
be790f2a39
1 ファイル変更1 行追加0 行削除
  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,