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