Browse Source

提交一下

1
mo 3 years ago
parent
commit
9d2073c4fe
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/categroyManager/vipNewActive.vue

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

@@ -165,6 +165,7 @@ export default {
         applyToStudentType: [],
         studentMaxUsedTimes: "",
         isPayToBalance: "",
+        marketPrice:""
       },
       title: "新建课程活动方案",
       payForm: {
@@ -400,6 +401,7 @@ export default {
         description: data.description,
         activeTime,
         courseTime,
+        marketPrice:data.marketPrice,
         organ: data.organId.split(",").map((organ) => {
           return Number(organ);
         }),