diff --git a/src/data/stepMockData.js b/src/data/stepMockData.js index 174c604..4cbb6c8 100644 --- a/src/data/stepMockData.js +++ b/src/data/stepMockData.js @@ -19,23 +19,23 @@ export const customerOptions = { }; export const carTypeOptions = [ - // { - // label: "最常选择", - // options: [ - // { - // value: "CR400AF", - // label: "CR400AF", - // description: "中国标准动车组,最高运营速度350km/h", - // specifications: { - // "最高运营速度": "350km/h", - // "编组方式": "8辆编组", - // "定员": "556人", - // "轴重": "≤17t" - // }, - // image: "/images/cars/CR400AF.jpg" - // } - // ] - // }, + { + label: "最常选择", + options: [ + { + value: "CR400AF", + label: "CR400AF", + description: "中国标准动车组,最高运营速度350km/h", + specifications: { + "最高运营速度": "350km/h", + "编组方式": "8辆编组", + "定员": "556人", + "轴重": "≤17t" + }, + image: "/images/cars/CR400AF.jpg" + } + ] + }, { label: "高速动车组", options: [ diff --git a/src/views/order/intention/Step2.vue b/src/views/order/intention/Step2.vue index 0908b71..550ee5e 100644 --- a/src/views/order/intention/Step2.vue +++ b/src/views/order/intention/Step2.vue @@ -3,25 +3,30 @@