|
@@ -357,7 +357,7 @@ export default {
|
|
|
|
|
|
// 非乐团小课 是否限制课时数为true
|
|
// 非乐团小课 是否限制课时数为true
|
|
if (
|
|
if (
|
|
- this.baseForm.activityChannel != 1 ||
|
|
|
|
|
|
+ this.baseForm.activityChannel != 1 &&
|
|
this.payForm.fixedCourseNumFlag
|
|
this.payForm.fixedCourseNumFlag
|
|
) {
|
|
) {
|
|
this.payForm.discount = 100;
|
|
this.payForm.discount = 100;
|