Browse Source

修改显示

lex-xin 3 months ago
parent
commit
2073bd3d52

+ 1 - 2
src/student/live-class/live-detail.tsx

@@ -44,7 +44,7 @@ export default defineComponent({
   computed: {
     userInfo() {
       const live = this.live as any
-      console.log('live', live)
+      // console.log('live', live)
       const planList = live.planList || []
       const startTime = planList[0]?.startTime || new Date()
       const endTime = planList[0]?.endTime || new Date()
@@ -157,7 +157,6 @@ export default defineComponent({
             tempObj = item
           }
         })
-        console.log(tempObj, this.live, 'tempObj')
         if (tempObj && tempObj.liveState === 1) {
           postMessage({
             api: 'joinLiveRoom',

+ 0 - 0
src/student/teacher-dependent/teacher-style/index.module.less


+ 11 - 0
src/student/teacher-dependent/teacher-style/index.tsx

@@ -0,0 +1,11 @@
+import { defineComponent } from "vue";
+import styles from './index.module.less'
+
+export default defineComponent({
+  name: 'teacher-style',
+  setup() {
+    return () => <div>
+      
+    </div>
+  }
+})

+ 1 - 0
src/teacher/live-class/create-components/arrange.tsx

@@ -62,6 +62,7 @@ export default defineComponent({
               ...params,
               singleCourseMinutes: createState.live.singleMins,
               freeCourseMinutes: createState.live.freeMinutes,
+              courseFreeMinutes: createState.live.freeMinutes,
               teacherId: state.user.data?.userId
             }
           }

+ 0 - 1
src/teacher/piano-room/account-recharge-timer/index.tsx

@@ -101,7 +101,6 @@ export default defineComponent({
         }
       ]
 
-      console.log(orderStatus.orderObject.orderList, 'orderStatus.orderObject.orderList')
       this.$router.push({
         path: '/orderDetail',
         query: {

+ 1 - 0
src/teacher/piano-room/class-arrangement/create-class/index.tsx

@@ -187,6 +187,7 @@ export default defineComponent({
               ), //消耗时长
               courseName: classInfo.courseName, //课程名称
               singleClssTime: classInfo.singleClassTime, //单课时长
+              courseFreeMinutes: classInfo.freeCourseMinutes,
               studentIds: classInfo.studentIds.map(n => n.userId), //学员id集合
               subjectId: classInfo.subjectId, //声部id
               timeList

+ 0 - 1
src/views/order-detail/index.tsx

@@ -629,7 +629,6 @@ export default defineComponent({
                       this.orderAmount = this.orderAmount - item.salePrice
                     }
                   }
-                  console.log(orderStatus.orderObject, 'orderObject-----')
 
                   this.orderPrice = Number(
                     (