Explorar o código

提交一下

1
mo %!s(int64=3) %!d(string=hai) anos
pai
achega
9d2073c4fe
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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);
         }),