Browse Source

修改提示

lex-xin 4 years ago
parent
commit
f915f3cee8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/teacher/VIP00Apply.vue

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

@@ -1061,7 +1061,7 @@
 
 					if(form.onlineClassesNums > 0 && form.onlineTeacherSalary <= 0 && this.salaryStatus) {
 						this.$dialog.confirm({
-							message: '当前课程课酬预计为0,是否继续?'
+							message: '当前课程线上课酬预计为0,是否继续?'
 						}).then(() => {
 							this.salaryStatus = false
 							this.onSubmit()
@@ -1082,7 +1082,7 @@
 
 					if(form.offlineClassesNums > 0 && form.offlineTeacherSalary <= 0 && this.salaryStatus) {
 						this.$dialog.confirm({
-							message: '当前课程课酬预计为0,是否继续?'
+							message: '当前课程线下课酬预计为0,是否继续?'
 						}).then(() => {
 							this.salaryStatus = false
 							this.onSubmit()