} | } | ||||
] | ] | ||||
} | } | ||||
<<<<<<< HEAD | |||||
// ,{ | // ,{ | ||||
// //其他服务模块 | // //其他服务模块 | ||||
// "root": "subpackage/service", | // "root": "subpackage/service", | ||||
// } | // } | ||||
// ] | // ] | ||||
// } | // } | ||||
======= | |||||
>>>>>>> 4e785fbeaf279bbb097c57a51fc5a7a31f0e4aab | |||||
], | ], | ||||
"tabBar": { | "tabBar": { | ||||
"color": "#666666", | "color": "#666666", |
//是否有售后信息 | //是否有售后信息 | ||||
const isHaveAfterSaleInfo = () =>{ | const isHaveAfterSaleInfo = () =>{ | ||||
<<<<<<< HEAD | |||||
======= | |||||
>>>>>>> 4e785fbeaf279bbb097c57a51fc5a7a31f0e4aab | |||||
if(isBlank(state.orderInfo.orderInfoExt.returnMode ?state.orderInfo.orderInfoExt.returnMode: null) && isBlank(state.orderInfo.orderInfoExt.exchangeMode ?state.orderInfo.orderInfoExt.exchangeMode: null)){ | if(isBlank(state.orderInfo.orderInfoExt.returnMode ?state.orderInfo.orderInfoExt.returnMode: null) && isBlank(state.orderInfo.orderInfoExt.exchangeMode ?state.orderInfo.orderInfoExt.exchangeMode: null)){ | ||||
return false; | return false; | ||||
} | } |
} | } | ||||
//根据车辆类型获取车辆名称 | //根据车辆类型获取车辆名称 | ||||
<<<<<<< HEAD | |||||
export const getCarTypeName = (carType : any) => { | |||||
======= | |||||
export const getCarTypeName = (carType: any) => { | export const getCarTypeName = (carType: any) => { | ||||
>>>>>>> 4e785fbeaf279bbb097c57a51fc5a7a31f0e4aab | |||||
switch (carType) { | switch (carType) { | ||||
case 1: | case 1: | ||||
return '客车'; | return '客车'; |