瀏覽代碼

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
         }