@@ -472,7 +472,7 @@ export default class CreateOrder extends Component {
);
// 课程包里的配套(显示价格和数量)
} else if (!row.options && row.type === Codes.CODE_SUPPORT) {
- return `¥${row.price1} / ${row.chargeUnit}`;
+ return `¥${row.price2} / ${row.chargeUnit}`;
}
},
width: '13%',