lex-xin 3 vuotta sitten
vanhempi
commit
b0249e6113

+ 5 - 0
src/views/activeProgram/modal/studentList.vue

@@ -130,6 +130,11 @@ export default {
                     item.showStudentNum = showStudentNum
                 })
                 this.dataList = result
+                if(result.length > 0) {
+                    this.dataShow = true
+                } else {
+                    this.dataShow = false
+                }
             } catch {
                 //
             }

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

@@ -1376,7 +1376,7 @@ export default {
       }
 
       let totalCount = 0
-      if(this.courseTypeVip) {0
+      if(this.courseTypeVip) {
         totalCount = Math.ceil(Math.ceil(((oncn * form.onlineClassesUnitPrice + offcn * form.offlineClassesUnitPrice) * discount) * 10000) / 10000);
       } else {
         totalCount = Math.ceil(Math.ceil(((oncn * form.onlineClassesUnitPrice) * discount) * 10000) / 10000);