Browse Source

修改提示

lex-xin 4 năm trước cách đây
mục cha
commit
f915f3cee8
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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) {
 					if(form.onlineClassesNums > 0 && form.onlineTeacherSalary <= 0 && this.salaryStatus) {
 						this.$dialog.confirm({
 						this.$dialog.confirm({
-							message: '当前课程课酬预计为0,是否继续?'
+							message: '当前课程线上课酬预计为0,是否继续?'
 						}).then(() => {
 						}).then(() => {
 							this.salaryStatus = false
 							this.salaryStatus = false
 							this.onSubmit()
 							this.onSubmit()
@@ -1082,7 +1082,7 @@
 
 
 					if(form.offlineClassesNums > 0 && form.offlineTeacherSalary <= 0 && this.salaryStatus) {
 					if(form.offlineClassesNums > 0 && form.offlineTeacherSalary <= 0 && this.salaryStatus) {
 						this.$dialog.confirm({
 						this.$dialog.confirm({
-							message: '当前课程课酬预计为0,是否继续?'
+							message: '当前课程线下课酬预计为0,是否继续?'
 						}).then(() => {
 						}).then(() => {
 							this.salaryStatus = false
 							this.salaryStatus = false
 							this.onSubmit()
 							this.onSubmit()