Sfoglia il codice sorgente

2023年7月19日14:18:23

yxb
wq 2 anni fa
parent
commit
29f69eb2b1
3 ha cambiato i file con 0 aggiunte e 11 eliminazioni
  1. 0
    3
      pages.json
  2. 0
    4
      subpackage/orders/order-details-new.vue
  3. 0
    4
      utils/utils.ts

+ 0
- 3
pages.json Vedi File

} }
] ]
} }
<<<<<<< HEAD
// ,{ // ,{
// //其他服务模块 // //其他服务模块
// "root": "subpackage/service", // "root": "subpackage/service",
// } // }
// ] // ]
// } // }
=======
>>>>>>> 4e785fbeaf279bbb097c57a51fc5a7a31f0e4aab
], ],
"tabBar": { "tabBar": {
"color": "#666666", "color": "#666666",

+ 0
- 4
subpackage/orders/order-details-new.vue Vedi File

//是否有售后信息 //是否有售后信息
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;
} }

+ 0
- 4
utils/utils.ts Vedi File

} }


//根据车辆类型获取车辆名称 //根据车辆类型获取车辆名称
<<<<<<< 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 '客车';

Loading…
Annulla
Salva