Ver Fonte

Merge branch 'tmp_meeting_needs' into test

lex-xin há 4 anos atrás
pai
commit
53ca54e60c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/teacher/VIP00Apply.vue

+ 1 - 1
src/views/teacher/VIP00Apply.vue

@@ -1331,7 +1331,7 @@ export default {
         //老师课酬
         form.onlineTeacherSalary = Math.round(this.singleClassMinutesSalary)
         // 课程单价
-        form.onlineClassesUnitPrice = Math.round(this.singleClassMinutesPrice * discount)
+        form.onlineClassesUnitPrice = Math.round(this.singleClassMinutesPrice)
       }
       // ...
       if (vas.salarySettlementJson) {