Quellcode durchsuchen

Update vipNewActive.vue

lex vor 1 Jahr
Ursprung
Commit
76bfa9e5d3
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  1. 5 0
      src/views/categroyManager/vipNewActive.vue

+ 5 - 0
src/views/categroyManager/vipNewActive.vue

@@ -362,6 +362,11 @@ export default {
       ) {
         this.payForm.discount = 100;
       }
+
+      // 旋要改的 会员活动
+      if (this.baseForm.activityType === 1) {
+        this.payForm.fixedCourseNumFlag = true;
+      }
       let obj = {
         ...this.baseForm,
         ...this.payForm,