Browse Source

辅件修改完毕 等待vip排课

1
mo 4 years ago
parent
commit
df38f2b937
2 changed files with 1 additions and 2 deletions
  1. 0 1
      src/views/buildVip/index.vue
  2. 1 1
      src/views/teamBuild/modals/accessories.vue

+ 0 - 1
src/views/buildVip/index.vue

@@ -1093,7 +1093,6 @@ export default {
       }
       // 拿到相应的值插入数组
       let endTime = this.MinutesTest(startTime, this.leftForm.classTime);
-
       let str;
       switch (courseType) {
         case "ONLINE": {

+ 1 - 1
src/views/teamBuild/modals/accessories.vue

@@ -89,7 +89,7 @@
           name: item.name,
           price:item.price,
           id: item.id,
-          subs: item.goodsList ? item.goodsList.map(sub => sub.name) : []
+          subs: item.childGoodsList ? item.childGoodsList.map(sub => sub.name) : []
         }))
         if (options.length) {
           this.type = 'group'