浏览代码

Update vipNewActive.vue

lex 1 年之前
父节点
当前提交
76bfa9e5d3
共有 1 个文件被更改,包括 5 次插入0 次删除
  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,