|
@@ -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
|
|
|
}
|
|
|
|