소스 검색

Merge branch 'baoming-jiaofei' into test

wolyshaw 4 년 전
부모
커밋
292aa8ca0c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/resetTeaming/modals/user-pay-form.vue

+ 1 - 1
src/views/resetTeaming/modals/user-pay-form.vue

@@ -671,7 +671,7 @@ export default {
         }
         // console.log(this.baseInfo?.musicGroup?.courseViewType, this.paymentType, hasCourseFee, this.type)
         if (this.baseInfo?.musicGroup?.courseViewType == 2 && this.paymentType == 0 && hasCourseFee && this.type === 'user') {
-          this.$message.error('报名缴费系统收费模式课程费用不得大于0')
+          this.$message.error('报名缴费云教练收费模式课程费用不得大于0')
           return
         }